From 9e42e1aa044f95252c9f632d8ef3f84e20dcf0db Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 26 Jul 2023 18:09:02 +0800 Subject: [PATCH] customer --- src/components/customerOrg/customerOrgEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/customerOrg/customerOrgEdit.vue b/src/components/customerOrg/customerOrgEdit.vue index 94a25f0..addf668 100644 --- a/src/components/customerOrg/customerOrgEdit.vue +++ b/src/components/customerOrg/customerOrgEdit.vue @@ -140,7 +140,7 @@
- 新增 + 新增
新增子单位 @@ -311,7 +311,7 @@ export default { } this.customerOrg.customerOrgRd = { id: "", isLock: "N", isActive: "Y" ,parentId:this.customerOrg.customerOrgId}; }else{ - this.customerOrg.customerOrgRd = { id: "", isLock: "N", isActive: "Y" }; + this.customerOrg.customerOrgRd = { id: "", isLock: "N", isActive: "Y",parentId:null }; } this.customerOrg.customerOrgId = "";