Browse Source

客户初始化,还有代码没放开

dev-project
wxz 1 year ago
parent
commit
1b183592fa
  1. 5
      epmet-oper-web/src/views/modules/customer/manage/customer-add-or-update.vue

5
epmet-oper-web/src/views/modules/customer/manage/customer-add-or-update.vue

@ -319,11 +319,6 @@ export default {
return false; return false;
} }
if (true) {
this.$message.info("成功");
return;
}
console.log(this.dataForm); console.log(this.dataForm);
this.$http["post"]("/oper/crm/customer/initLocally", this.dataForm) this.$http["post"]("/oper/crm/customer/initLocally", this.dataForm)
.then(({ data: res }) => { .then(({ data: res }) => {

Loading…
Cancel
Save