bug优化、提案催办

This commit is contained in:
Paidax
2025-09-25 13:52:48 +08:00
parent 0073510a2d
commit f9ec900ad4
11 changed files with 504 additions and 238 deletions
@@ -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
}
},