From 9290a0a7023a612cddc5971553a6efb727a51165 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 19 八月 2025 17:34:58 +0800 Subject: [PATCH] qx --- src/components/proposal/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue index 93bf7c9..8d98813 100644 --- a/src/components/proposal/index.vue +++ b/src/components/proposal/index.vue @@ -233,7 +233,6 @@ // this.$refs.elTable.toggleRowSelection(selection.pop()); // 璁剧疆閫夋嫨椤� // } this.list = selection; - console.log(this.list); }, search() { this.queryParams1.zyzd = this.searchAdv; @@ -255,7 +254,6 @@ getCyTjAdviceKjbqBySex(this.queryParams).then((res) => { this.dataList = res.data.records; this.total = res.data.total; - this.loading = false; }); }); -- Gitblit v1.8.0