From 91f01dcb3f4f9d6a6476b72bedf6ef44e875f0ad Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Mon, 29 Jan 2024 18:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/eventList.vue | 5 ----- 1 file changed, 5 deletions(-) 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";