This commit is contained in:
yanran200730
2022-01-07 18:30:02 +08:00
parent ba97fa238e
commit c075491ade

View File

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