From 7d12b2230f03494ffb0c4112ed4e0462e7b1b0ae Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Tue, 11 Nov 2025 10:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E4=BF=A1=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/information.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/sunVillage_info/information.vue b/src/views/sunVillage_info/information.vue index a8536d95..2e92f6a9 100644 --- a/src/views/sunVillage_info/information.vue +++ b/src/views/sunVillage_info/information.vue @@ -126,7 +126,7 @@ }, methods: { getList(){ - console.log("getList()"); + this.loading = true; this.queryParams.params = {}; this.queryParams.params["queryOr"] = this.queryParams.queryOr; setTimeout(() => { @@ -181,9 +181,7 @@ }, /** 删除按钮操作 */ handleDelete(row,index) { - const ids = row.id || this.ids; - this.$dialog.alert( { message:'是否确认删除合同信息?', @@ -211,12 +209,8 @@ this.$router.push('/sunVillage_info/informationAdd') }, getSearchList(){ - if(this.queryParams.queryOr == null){ - return; - } this.applicationList = []; this.queryParams.pageNum = 1; - console.log("getList()1"); this.getList(); }, openContractionStatus() {