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 = [] // 设置授权部门可编辑