调整一下
This commit is contained in:
@@ -111,9 +111,9 @@ export default {
|
|||||||
lng: this.forms.lng,
|
lng: this.forms.lng,
|
||||||
id: this.id,
|
id: this.id,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
uni.navigateBack()
|
|
||||||
this.flag = false
|
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
|
uni.navigateBack()
|
||||||
|
this.flag = false
|
||||||
this.$u.toast('提交成功')
|
this.$u.toast('提交成功')
|
||||||
uni.$emit('updateList')
|
uni.$emit('updateList')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user