This commit is contained in:
wanglei
2021-12-14 14:12:27 +08:00
parent 7331be3714
commit 4171b99a70

View File

@@ -165,16 +165,11 @@ export default {
status,
}).then(res => {
if (res.code == 0) {
this.$u.toast(status == 1 ? "发布成功" : "保存成功")
this.$refs["aiBack"].back()
this.$u.toast(status == 1 ? "发布成功" : "保存成功");
this.$refs["aiBack"].back();
}
})
},
select() {
uni.navigateTo({
url: "/pages/meetingNotice/components/notice"
})
}
},
computed: {
background() {