bug优化、提案催办
This commit is contained in:
@@ -365,7 +365,7 @@ module.exports = {
|
||||
}
|
||||
return this.panes.includes(name)
|
||||
},
|
||||
async openView(id) {
|
||||
async openView(id, activeName = "1") {
|
||||
this.loading = true
|
||||
this.viewData = await proposal.getProposalInfo(id)
|
||||
|
||||
@@ -404,7 +404,7 @@ module.exports = {
|
||||
})
|
||||
}
|
||||
|
||||
this.activeName = this.handle ? "999" : "1"
|
||||
this.activeName = this.handle ? "999" : activeName
|
||||
this.loading = false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user