@@ -3,9 +3,9 @@ | |||||
<div class="head_main"> | <div class="head_main"> | ||||
<div class="location"> | <div class="location"> | ||||
<div class="address" @click="villageVisbile = true"><i class="icon"></i>{{deptName}}</div> | |||||
<div class="address"><i class="icon"></i>{{deptName}}</div> | |||||
<div class="address" @click="bookVisbile = true">{{bookName}}</div> | |||||
<div class="address">{{bookName}}</div> | |||||
</div> | </div> | ||||
<div class="exit_btn" @click="$router.push({name:'sunVillageInfoLogin'})"> | <div class="exit_btn" @click="$router.push({name:'sunVillageInfoLogin'})"> | ||||
@@ -143,7 +143,7 @@ | |||||
.title{ | .title{ | ||||
width: 521px; | width: 521px; | ||||
height: 52px; | 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%; | background-size: 100% 100%; | ||||
margin:0 auto; | margin:0 auto; | ||||
} | } | ||||
@@ -95,16 +95,6 @@ | |||||
}; | }; | ||||
}, | }, | ||||
created() { | 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.bookId = Cookies.get('bookId'); | ||||
this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
if (this.$route.query.type == 'code'){ | if (this.$route.query.type == 'code'){ | ||||
@@ -91,16 +91,6 @@ | |||||
}; | }; | ||||
}, | }, | ||||
created() { | 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.bookId = Cookies.get('bookId'); | ||||
this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
if (this.$route.query.type == 'code'){ | if (this.$route.query.type == 'code'){ | ||||
@@ -91,16 +91,6 @@ | |||||
}; | }; | ||||
}, | }, | ||||
created() { | 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.bookId = Cookies.get('bookId'); | ||||
this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
if (this.$route.query.type == 'code'){ | if (this.$route.query.type == 'code'){ | ||||