From f2c230b3e7df9e973e78def466ea84e50dd6c980 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 23 Feb 2024 11:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E5=88=87=E6=8D=A2=E4=BA=BA=E5=91=98=E4=B8=8D=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E8=AF=B7=E6=B1=82=E8=AF=A6=E6=83=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GBC/customerDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/GBC/customerDetail.vue b/src/views/GBC/customerDetail.vue index 46351e69f..c4ed4d660 100644 --- a/src/views/GBC/customerDetail.vue +++ b/src/views/GBC/customerDetail.vue @@ -247,12 +247,11 @@ export default { this.infoContent.gender = thisData.gender this.infoContent.mobile = thisData.mobile this.infoContent.departmentName = thisData.departmentName - this.getGBCappntDetail() }, getGBCappntDetail() { let params = { "projectCode": this.$route.query.projectCode, - "appntId": this.activeAppntId + "appntId": this.$route.query.appntId } getGBCappntDetail(params).then(res => { if(res.result == 0) { @@ -268,10 +267,11 @@ export default { "appntId": this.activeAppntId, "connectContent": this.connectContent } - console.log(this.infoContent) + console.log(this.activeAppntId) getGBCappntConnectSave(params).then(res=>{ if(res.result == 0) { this.$toast('保存成功') + this.connectContent = '' this.activeConnectRecords = false this.getGBCappntDetail() } else {