From 1b183592facd8660b746d8d981fb00f0cb82e0b8 Mon Sep 17 00:00:00 2001 From: wxz Date: Wed, 3 Jul 2024 10:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=88=9D=E5=A7=8B=E5=8C=96,?= =?UTF-8?q?=E8=BF=98=E6=9C=89=E4=BB=A3=E7=A0=81=E6=B2=A1=E6=94=BE=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/customer/manage/customer-add-or-update.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/epmet-oper-web/src/views/modules/customer/manage/customer-add-or-update.vue b/epmet-oper-web/src/views/modules/customer/manage/customer-add-or-update.vue index 40a9622..4e701fc 100644 --- a/epmet-oper-web/src/views/modules/customer/manage/customer-add-or-update.vue +++ b/epmet-oper-web/src/views/modules/customer/manage/customer-add-or-update.vue @@ -319,11 +319,6 @@ export default { return false; } - if (true) { - this.$message.info("成功"); - return; - } - console.log(this.dataForm); this.$http["post"]("/oper/crm/customer/initLocally", this.dataForm) .then(({ data: res }) => {