From f2a517ec0d94ce7fa43c6e8ff356ec689fb608ea Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 19 Mar 2024 17:56:32 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E8=A7=A3=E5=86=B3=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B2=A1=E6=9C=89=E6=A0=87=E5=87=86=E7=AD=89?= =?UTF-8?q?=E7=BA=A7=E5=88=86=E7=B1=BB=EF=BC=8C=E6=8E=88=E6=9D=83=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E4=BC=9A=E6=B8=85=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 08f78361..eb0e26f5 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -413,7 +413,7 @@ export default { this.innerDisabledField.push('auth_dept') } } - } else if (!val && this.flag === StandardSource.ENTERPRISE.value) { + } else if (!val && this.flag === StandardSource.ENTERPRISE.value && !this.isEditSetData) { // 清空授权部门的可选项 this.departSelectRange = [] // 设置授权部门可编辑