diff --git a/public/失信人员-模板.xlsx b/public/失信人员-模板.xlsx index fa4a54e..6695d4f 100644 Binary files a/public/失信人员-模板.xlsx and b/public/失信人员-模板.xlsx differ diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue index 4563efe..419f526 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue @@ -1470,6 +1470,8 @@ export default { postId, teamId, } + this.getSubSelectList({ proId }) + this.getTeamSelectList({ subId }) if (bmWorkerContract && Object.keys(bmWorkerContract).length > 0) { this.isEditContract = true // 修改的情况下 合同不允许修改 @@ -1685,7 +1687,7 @@ export default { checkFaceImageAPI(formData) .then((res) => {}) .catch((err) => { - this.idCardInfoForm.faceImg = [] + // this.idCardInfoForm.faceImg = [] }) } },