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'