This commit is contained in:
yanran200730
2022-01-07 17:23:13 +08:00
parent 2a66e7c5e8
commit d5bdc4d89f

View File

@@ -256,7 +256,7 @@ export default {
id: this.id
}).then((res) => {
if (res?.code == 0) {
this.$u.toast('结束公示!')
this.$u.toast('结束公示成功!')
this.getDetail()
}
})