From 16092d21ab13150aa3c28093817f155e61404b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 17 Jul 2025 16:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_operatingAssets.vue | 6 +++++- src/views/sunVillage_info/list_operatingAssets_detail.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/sunVillage_info/list_operatingAssets.vue b/src/views/sunVillage_info/list_operatingAssets.vue index 4aa093cf..3d270710 100644 --- a/src/views/sunVillage_info/list_operatingAssets.vue +++ b/src/views/sunVillage_info/list_operatingAssets.vue @@ -127,7 +127,7 @@ }, created() { this.queryParams.bookId = Cookies.get('bookId'); - this.queryParams.deptId = Cookies.get('deptId'); + this.queryParams2.bookId = Cookies.get('bookId'); this.getDicts("use_type").then((response) => { this.useTypeOptionsY = response.data; response.data.map(rr=>{ @@ -190,12 +190,16 @@ this.queryParams.useType = val; this.queryParams.pageNum = 1; this.applicationList = []; + this.loading = true; + this.finished = false; this.getList(); }, changeUseType2(val){ this.queryParams2.useType = val; this.queryParams2.pageNum = 1; this.applicationList2 = []; + this.loading2 = true; + this.finished2 = false; this.getList2(); }, formatter(type, val) { diff --git a/src/views/sunVillage_info/list_operatingAssets_detail.vue b/src/views/sunVillage_info/list_operatingAssets_detail.vue index afd6ef69..eb911675 100644 --- a/src/views/sunVillage_info/list_operatingAssets_detail.vue +++ b/src/views/sunVillage_info/list_operatingAssets_detail.vue @@ -6,7 +6,7 @@