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) } }) },