调整一下

This commit is contained in:
shijingjing
2022-08-25 17:46:29 +08:00
parent 2b006da12d
commit 8667835d2b

View File

@@ -111,9 +111,9 @@ export default {
lng: this.forms.lng,
id: this.id,
}).then((res) => {
uni.navigateBack()
this.flag = false
if (res?.code == 0) {
uni.navigateBack()
this.flag = false
this.$u.toast('提交成功')
uni.$emit('updateList')
}