update:更新bug
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
class="proListBox shadow"
|
class="proListBox shadow"
|
||||||
v-for="item in info.prjList"
|
v-for="item in info.prjList"
|
||||||
>
|
>
|
||||||
|
<!-- 跳转项目详情 -->
|
||||||
<div @click="gotoDetail(item.prjId)">
|
<div @click="gotoDetail(item.prjId)">
|
||||||
<div class="proAreaBox">
|
<div class="proAreaBox">
|
||||||
<div class="proArea">{{ item.area }}</div>
|
<div class="proArea">{{ item.area }}</div>
|
||||||
@@ -120,7 +121,6 @@ export default {
|
|||||||
name: "evaluteResult",
|
name: "evaluteResult",
|
||||||
params: {
|
params: {
|
||||||
prjId: id,
|
prjId: id,
|
||||||
type: this.type,
|
|
||||||
ticket: this.$route.params.ticket
|
ticket: this.$route.params.ticket
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -128,7 +128,10 @@ export default {
|
|||||||
// 协议结果页面
|
// 协议结果页面
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "reportAgreement",
|
name: "reportAgreement",
|
||||||
params: { projectid: id, type: this.type, ticket: this.ticket }
|
params: {
|
||||||
|
prjId: id,
|
||||||
|
ticket: this.$route.params.ticket
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
<el-card body-style="padding:10px 10px 0">
|
<el-card body-style="padding:10px 10px 0">
|
||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/bianhao.png" />
|
<img alt src="@/assets/img/bianhao.png" />
|
||||||
评估报告编号:
|
协议编号:
|
||||||
<b>{{ info.prjList[0].fhpgList[0].assessmentNo }}</b>
|
<b>{{ item.xyNo }}</b>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/name.png" />
|
<img alt src="@/assets/img/name.png" />
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/address.png" />
|
<img alt src="@/assets/img/address.png" />
|
||||||
被征收人房屋地址:
|
协议类型:
|
||||||
<b>{{ item.houseAddress }}</b>
|
<b>{{ item.type }}</b>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<img alt src="@/assets/img/money.png" />
|
<img alt src="@/assets/img/money.png" />
|
||||||
@@ -79,7 +79,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onInit() {
|
onInit() {
|
||||||
this.type = this.$route.params.type;
|
console.log("id", this.$route.params.prjId);
|
||||||
if (!window.sessionStorage.getItem("projectId")) {
|
if (!window.sessionStorage.getItem("projectId")) {
|
||||||
SetProjectId(this.$route.params.prjId);
|
SetProjectId(this.$route.params.prjId);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,6 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// 获取数据
|
// 获取数据
|
||||||
onInit() {
|
onInit() {
|
||||||
this.type = this.$route.params.type;
|
|
||||||
if (!window.sessionStorage.getItem("projectId")) {
|
if (!window.sessionStorage.getItem("projectId")) {
|
||||||
SetProjectId(this.$route.params.prjId);
|
SetProjectId(this.$route.params.prjId);
|
||||||
}
|
}
|
||||||
@@ -112,7 +111,6 @@ export default {
|
|||||||
// 跳转评估结果pdf
|
// 跳转评估结果pdf
|
||||||
pageJump() {
|
pageJump() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
// name: "evaluteResult"
|
|
||||||
path: "/evaluteResult"
|
path: "/evaluteResult"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user