diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue index 943a55ec9..676b33818 100644 --- a/src/views/modules/shequzhili/event/eventList.vue +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -726,9 +726,6 @@ export default { this.formData.secondIdList = this.eventTypeCheck } - console.log("formData.agencyId1:"); - console.log(this.formData.agencyId); - const { pageSize, pageNo, formData } = this; // 创建新的 formData 对象,保留原始值 const newFormData = { ...formData }; @@ -758,8 +755,6 @@ export default { } else { this.$message.error(msg); } - console.log("formData.agencyId2:"); - console.log(this.formData.agencyId); }, async getCateOptions() { const url = "/governance/icEvent/getCategoryTree";