Browse Source

去除无用的控制台打印日志

feature
duanliangtao 2 years ago
parent
commit
91f01dcb3f
  1. 5
      src/views/modules/shequzhili/event/eventList.vue

5
src/views/modules/shequzhili/event/eventList.vue

@ -726,9 +726,6 @@ export default {
this.formData.secondIdList = this.eventTypeCheck this.formData.secondIdList = this.eventTypeCheck
} }
console.log("formData.agencyId1:");
console.log(this.formData.agencyId);
const { pageSize, pageNo, formData } = this; const { pageSize, pageNo, formData } = this;
// formData // formData
const newFormData = { ...formData }; const newFormData = { ...formData };
@ -758,8 +755,6 @@ export default {
} else { } else {
this.$message.error(msg); this.$message.error(msg);
} }
console.log("formData.agencyId2:");
console.log(this.formData.agencyId);
}, },
async getCateOptions() { async getCateOptions() {
const url = "/governance/icEvent/getCategoryTree"; const url = "/governance/icEvent/getCategoryTree";

Loading…
Cancel
Save