通知
This commit is contained in:
@@ -165,16 +165,11 @@ export default {
|
|||||||
status,
|
status,
|
||||||
}).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();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
select() {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: "/pages/meetingNotice/components/notice"
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
background() {
|
background() {
|
||||||
|
|||||||
Reference in New Issue
Block a user