bug
This commit is contained in:
@@ -57,9 +57,13 @@ export default {
|
||||
this.index = opt.index
|
||||
|
||||
this.getData();
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
this.getData()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = opt.index == 0 ? "历史会议" : "草稿箱"
|
||||
document.title = this.index == 0 ? "历史会议" : "草稿箱"
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user