From 6e1c17cb3cdad19d07543a0d45215e96f64163f8 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 27 Mar 2024 12:07:09 +0800 Subject: [PATCH] ss --- 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 2365539..8037cd7 100644 --- a/src/components/customerOrg/customerOrgEdit.vue +++ b/src/components/customerOrg/customerOrgEdit.vue @@ -499,11 +499,11 @@ export default { type: "warning", }).then(() => { //console.log('{patientRegisterIds}',{patientRegisterIds}) - return deletapi(`/api/app/customer-org/${this.customerOrg.customerOrgRd.id}`); + return deletapi(`/api/app/customer-org/${this.dataTransOpts.tableS.customer_org.id}`); }).then((res) => { if (res.code != -1) { console.log("删除 操作成功"); - this.getCustomerOrgTree("delete", this.customerOrg.customerOrgRd.id); + this.getCustomerOrgTree("delete", this.dataTransOpts.tableS.customer_org.id); this.customerOrg.customerOrgRegisterList = [] this.customerOrg.contactPersonList = [] this.customerOrg.contactMethodList = []