This commit is contained in:
shijingjing
2022-04-19 14:38:12 +08:00
parent 6fa86ccb8e
commit 29cb1e4448
5 changed files with 99 additions and 36 deletions

View File

@@ -59,6 +59,7 @@ export default {
this.$instance.post(`/app/apppartyfourlinkage/delete?ids=${this.id}`).then(res => {
if(res.code == 0) {
this.$u.toast('删除成功')
uni.$emit('update')
setTimeout(() => {
uni.navigateBack()
},600)