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 @@
固定资产信息 - +