From 185cc868a73935042192134c2408ac051bb56977 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 13 Feb 2025 18:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=8C=85=E5=95=86=E5=85=A5=E5=9C=BA?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pro/apply/supervisorEnterApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pro/apply/supervisorEnterApply.vue b/src/views/pro/apply/supervisorEnterApply.vue index a7f7632..fee18dc 100644 --- a/src/views/pro/apply/supervisorEnterApply.vue +++ b/src/views/pro/apply/supervisorEnterApply.vue @@ -659,7 +659,7 @@ import bnsFileListTabs from '@/components/pro-tabs/bns-file-list-tabs.vue' import { addSupervisoryApply, addSupervisoryPersonApply } from '@/api/pro/supervisory' import { dictTableOption, getTemplateLink, selectFile, downloadFile } from '@/api/tool/select' -import { listSupervisorPersonById, listSupervisor, listSupervisorPerson } from '@/api/pro/outsourcingPro' +import { listSupervisorPersonById, listSupervisor, listSupervisorPerson ,delPersonByIdCardAndPhone } from '@/api/pro/outsourcingPro' import numberUtils from '@/utils/validate' import bnsKkFilePreview from '@/components/pro-tabs/bns-kkFile-preview.vue'