From 9b736ac91c42163bd2227ab67b9aef4b61d272c3 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 23 Feb 2024 11:29:08 +0800 Subject: [PATCH] =?UTF-8?q?GBC=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=8F=82projectName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GBC/customerDetail.vue | 1 - src/views/GBC/projectList.vue | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/GBC/customerDetail.vue b/src/views/GBC/customerDetail.vue index c4ed4d660..1a55765e1 100644 --- a/src/views/GBC/customerDetail.vue +++ b/src/views/GBC/customerDetail.vue @@ -267,7 +267,6 @@ export default { "appntId": this.activeAppntId, "connectContent": this.connectContent } - console.log(this.activeAppntId) getGBCappntConnectSave(params).then(res=>{ if(res.result == 0) { this.$toast('保存成功') diff --git a/src/views/GBC/projectList.vue b/src/views/GBC/projectList.vue index 02abb8274..f5104e320 100644 --- a/src/views/GBC/projectList.vue +++ b/src/views/GBC/projectList.vue @@ -1,6 +1,6 @@