26528
This commit is contained in:
@@ -307,7 +307,10 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.$u.toast('结束公示成功!')
|
this.$u.toast('结束公示成功!')
|
||||||
this.getDetail()
|
|
||||||
|
setTimeout(() => {
|
||||||
|
this.getDetail()
|
||||||
|
}, 600)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user