diff --git a/src/assets/images/sunVillage_info/index_title2.png b/src/assets/images/sunVillage_info/index_title2.png new file mode 100644 index 00000000..32a90e6b Binary files /dev/null and b/src/assets/images/sunVillage_info/index_title2.png differ diff --git a/src/views/sunVillage_info/index_code.vue b/src/views/sunVillage_info/index_code.vue index 886d3f3e..2a7b7ca1 100644 --- a/src/views/sunVillage_info/index_code.vue +++ b/src/views/sunVillage_info/index_code.vue @@ -3,9 +3,9 @@
-
{{deptName}}
+
{{deptName}}
-
{{bookName}}
+
{{bookName}}
@@ -143,7 +143,7 @@ .title{ width: 521px; height: 52px; - background: url('../../assets/images/sunVillage_info/index_title.png') no-repeat; + background: url('../../assets/images/sunVillage_info/index_title2.png') no-repeat; background-size: 100% 100%; margin:0 auto; } diff --git a/src/views/sunVillage_info/list_finance.vue b/src/views/sunVillage_info/list_finance.vue index a01fa3e7..081ae754 100644 --- a/src/views/sunVillage_info/list_finance.vue +++ b/src/views/sunVillage_info/list_finance.vue @@ -95,16 +95,6 @@ }; }, created() { - this.houseGetDicts("asset_status").then((response) => { - this.assetStatusOptions = response.data; - }); - this.houseGetDicts("asset_type").then((response) => { - this.assetTypeOptions = response.data; - }); - this.houseGetDicts("use_type").then((response) => { - this.useTypeOptions = response.data; - }); - console.log(Cookies.get('bookId')) this.queryParams.bookId = Cookies.get('bookId'); this.queryParams.deptId = Cookies.get('deptId'); if (this.$route.query.type == 'code'){ diff --git a/src/views/sunVillage_info/list_issues.vue b/src/views/sunVillage_info/list_issues.vue index c423b3c7..acd098f8 100644 --- a/src/views/sunVillage_info/list_issues.vue +++ b/src/views/sunVillage_info/list_issues.vue @@ -91,16 +91,6 @@ }; }, created() { - this.houseGetDicts("asset_status").then((response) => { - this.assetStatusOptions = response.data; - }); - this.houseGetDicts("asset_type").then((response) => { - this.assetTypeOptions = response.data; - }); - this.houseGetDicts("use_type").then((response) => { - this.useTypeOptions = response.data; - }); - console.log(Cookies.get('bookId')) this.queryParams.bookId = Cookies.get('bookId'); this.queryParams.deptId = Cookies.get('deptId'); if (this.$route.query.type == 'code'){ diff --git a/src/views/sunVillage_info/list_tourists.vue b/src/views/sunVillage_info/list_tourists.vue index 48cdf2c9..d6c13fbe 100644 --- a/src/views/sunVillage_info/list_tourists.vue +++ b/src/views/sunVillage_info/list_tourists.vue @@ -91,16 +91,6 @@ }; }, created() { - this.houseGetDicts("asset_status").then((response) => { - this.assetStatusOptions = response.data; - }); - this.houseGetDicts("asset_type").then((response) => { - this.assetTypeOptions = response.data; - }); - this.houseGetDicts("use_type").then((response) => { - this.useTypeOptions = response.data; - }); - console.log(Cookies.get('bookId')) this.queryParams.bookId = Cookies.get('bookId'); this.queryParams.deptId = Cookies.get('deptId'); if (this.$route.query.type == 'code'){