update:更新bug
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
class="proListBox shadow"
|
||||
v-for="item in info.prjList"
|
||||
>
|
||||
<!-- 跳转项目详情 -->
|
||||
<div @click="gotoDetail(item.prjId)">
|
||||
<div class="proAreaBox">
|
||||
<div class="proArea">{{ item.area }}</div>
|
||||
@@ -120,7 +121,6 @@ export default {
|
||||
name: "evaluteResult",
|
||||
params: {
|
||||
prjId: id,
|
||||
type: this.type,
|
||||
ticket: this.$route.params.ticket
|
||||
}
|
||||
});
|
||||
@@ -128,7 +128,10 @@ export default {
|
||||
// 协议结果页面
|
||||
this.$router.push({
|
||||
name: "reportAgreement",
|
||||
params: { projectid: id, type: this.type, ticket: this.ticket }
|
||||
params: {
|
||||
prjId: id,
|
||||
ticket: this.$route.params.ticket
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user