diff --git a/src/views/sunVillage_info/list_operatingAssets.vue b/src/views/sunVillage_info/list_operatingAssets.vue index 14a357f8..4aa093cf 100644 --- a/src/views/sunVillage_info/list_operatingAssets.vue +++ b/src/views/sunVillage_info/list_operatingAssets.vue @@ -94,6 +94,7 @@ applicationList2:[], useTypeOptionsY:[], resourceTypeOptionsY:[], + resourceTypeOptions:[], useTypeOptions: [ { text: '使用情况', value: '' }, ], diff --git a/src/views/sunVillage_info/list_operatingAssets_detail.vue b/src/views/sunVillage_info/list_operatingAssets_detail.vue index 86b14c3c..6b092aab 100644 --- a/src/views/sunVillage_info/list_operatingAssets_detail.vue +++ b/src/views/sunVillage_info/list_operatingAssets_detail.vue @@ -6,18 +6,18 @@
固定资产信息 - - - - - - + + + + + +
关联合同信息 - - - - + + + +
@@ -37,8 +37,8 @@ created() { this.getDicts("use_type").then((response) => { this.useTypeOptions = response.data; + this.getDetail(); }); - this.getDetail(); }, methods: { getDetail() { diff --git a/src/views/sunVillage_info/list_operatingAssets_detail2.vue b/src/views/sunVillage_info/list_operatingAssets_detail2.vue index 3bbe5cdd..dbdb4d6e 100644 --- a/src/views/sunVillage_info/list_operatingAssets_detail2.vue +++ b/src/views/sunVillage_info/list_operatingAssets_detail2.vue @@ -6,16 +6,16 @@
资源性资产信息 - - - + + +
关联合同信息 - - - - - + + + + +
@@ -43,6 +43,8 @@ this.getDicts("resource_type").then((response) => { this.resourceTypeOptions = response.data; }); + }, + mounted() { this.getDetail(); }, methods: { diff --git a/src/views/sunVillage_info/list_revenueAndExpenditure.vue b/src/views/sunVillage_info/list_revenueAndExpenditure.vue index a05e9ad9..bdfa3cff 100644 --- a/src/views/sunVillage_info/list_revenueAndExpenditure.vue +++ b/src/views/sunVillage_info/list_revenueAndExpenditure.vue @@ -6,12 +6,11 @@ > 收支明细公开
-
{{queryParams.ny == '' ? '全部': queryParams.ny}}
-
共{{listLength}}条公告
+
共{{listLength}}条
-
+

{{item.voucherSummary}}

@@ -311,7 +310,6 @@ } .list_main{ padding:0 22px; - margin-top: 15PX; .item{ height: 140px; border-radius: 30px; diff --git a/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue b/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue index fcd38db6..ef21158b 100644 --- a/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue +++ b/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue @@ -146,10 +146,10 @@ import Cookies from "js-cookie"; }).catch(() => {}); }, viewItem(id){ - this.$router.replace(`/sunVillage_info/otherOpenVisitIndex?otherType=${this.queryParams.otherType || ''}`, () => this.gotoViewItem(id), () => this.gotoViewItem(id) ); + this.$router.replace(`/sunVillage_info/otherOpenVisitIndexNew?otherType=${this.queryParams.otherType || ''}`, () => this.gotoViewItem(id), () => this.gotoViewItem(id) ); }, back() { - this.$router.replace('/sunVillage_info/otherOpenVisitIndex', () => this.$router.back(), () => this.$router.back() ); + this.$router.replace('/sunVillage_info/otherOpenVisitIndexNew', () => this.$router.back(), () => this.$router.back() ); }, tabClick(year){ this.queryParams.openYear = year;