会议通知返回

This commit is contained in:
liuye
2021-12-24 11:09:51 +08:00
parent 9a2a04a153
commit 161611e871

View File

@@ -258,7 +258,8 @@ export default {
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.$u.toast(status == 1 ? "发布成功" : "保存成功") this.$u.toast(status == 1 ? "发布成功" : "保存成功")
this.$refs["aiBack"].back() // this.$refs["aiBack"].back()
uni.navigateBack()
} }
}) })
}, },