From cb1ce63ba6e81c92190af1d926f4f860747bd06e Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Fri, 15 Apr 2022 10:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/modules/customer/manage/CustomerList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue b/epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue index 560df61..6b890ee 100644 --- a/epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue +++ b/epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue @@ -141,6 +141,8 @@ export default { this.$http.get(`/oper/customize/icform/initCustomerForm/resi_base_info/`, {params: params}).then(({ data: res }) => { if (res.code === 0) { return this.$message.info(res.data) + } else { + return this.$message.error(res.internalMsg) } }) },