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 }) => {