From 4cf74834fe5ac6229035b72312b75958495e60d3 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 19 八月 2025 15:35:08 +0800 Subject: [PATCH] 1 --- 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