This commit is contained in:
yanran200730
2022-01-20 10:36:52 +08:00
parent 66236dfb5b
commit 4755651c38
9 changed files with 29 additions and 13 deletions

View File

@@ -58,10 +58,10 @@ export default {
onLoad(opt) {
this.index = opt.index
document.title = opt.index == 0 ? "历史会议" : "草稿箱"
},
onShow() {
this.getData();
document.title = opt.index == 0 ? "历史会议" : "草稿箱"
},
methods: {
detail({id}) {