This commit is contained in:
shijingjing
2022-04-29 10:20:25 +08:00
parent 837aa3b8fe
commit f7184d4f2a

View File

@@ -350,11 +350,11 @@ export default {
id: this.id id: this.id
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.$u.toast('保存成功') this.$u.toast('操作成功')
uni.$emit('reload') uni.$emit('reload')
uni.navigateBack({ setTimeout(() => {
delta: 1 uni.navigateBack()
}) }, 600)
} }
}) })
}, },