|
|
|
@ -273,7 +273,9 @@ export default { |
|
|
|
(res) => { |
|
|
|
this.$message.success("创健 操作成功"); |
|
|
|
this.setData({ key: 'customerOrg.customerOrgRd', value: res}) |
|
|
|
this.customerOrg.customerOrgId = res.id |
|
|
|
this.getCustomerOrgTree() |
|
|
|
|
|
|
|
} |
|
|
|
); |
|
|
|
|
|
|
|
@ -295,7 +297,9 @@ export default { |
|
|
|
}, |
|
|
|
//新增弹框 |
|
|
|
add() { |
|
|
|
this.setData({ key: 'customerOrg.customerOrgRd', value:{id:''}}) |
|
|
|
this.customerOrg.customerOrgId = '' |
|
|
|
this.customerOrg.customerOrgRd = {id:'',isLock: 'N', |
|
|
|
isActive: 'Y'} |
|
|
|
}, |
|
|
|
|
|
|
|
//删除 |
|
|
|
|