|
|
|
@ -339,9 +339,9 @@ export default { |
|
|
|
postapi(`/api/app/customerorg/create`, body).then((res) => { |
|
|
|
if (res.code == 1) { |
|
|
|
this.$message.success("创健 操作成功"); |
|
|
|
this.setData({ key: "customerOrg.customerOrgRd", value: res }); |
|
|
|
this.customerOrg.customerOrgId = res.id; |
|
|
|
this.customerOrg.customerOrgRd = res; |
|
|
|
//this.setData({ key: "customerOrg.customerOrgRd", value: res }); |
|
|
|
this.customerOrg.customerOrgId = res.data.id; |
|
|
|
this.customerOrg.customerOrgRd = res.data; |
|
|
|
this.getCustomerOrgTree(); |
|
|
|
} |
|
|
|
}); |
|
|
|
|