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 = "";