Browse Source

客户初始化

preview
zhaoqifeng 3 years ago
parent
commit
cb1ce63ba6
  1. 2
      epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue

2
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 }) => { this.$http.get(`/oper/customize/icform/initCustomerForm/resi_base_info/`, {params: params}).then(({ data: res }) => {
if (res.code === 0) { if (res.code === 0) {
return this.$message.info(res.data) return this.$message.info(res.data)
} else {
return this.$message.error(res.internalMsg)
} }
}) })
}, },

Loading…
Cancel
Save