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 1225e2f..823d55c 100644 --- a/epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue +++ b/epmet-oper-web/src/views/modules/customer/manage/CustomerList.vue @@ -182,13 +182,13 @@ export default { } } - let params = { - ids: ids - }; - this.$http.post('oper/crm/customer/delete', params).then(({ data: res }) => { + // let params = { + // ids + // }; + this.$http.post('oper/crm/customer/delete', ids).then(({ data: res }) => { console.log(res); if (res.code === 0) { - this.$message.info(res.data); + this.$message.info("操作成功"); this.$refs.table.loadData(); } else { return this.$message.error(res.internalMsg);