bug
This commit is contained in:
@@ -259,7 +259,11 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast(status == 1 ? "发布成功" : "保存成功")
|
||||
// this.$refs["aiBack"].back()
|
||||
uni.navigateBack()
|
||||
uni.$emit('updateList')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack()
|
||||
}, 600)
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -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