27309 27312

This commit is contained in:
wanglei
2022-02-11 13:14:29 +08:00
parent e8ce63014a
commit 97faf29a8f

View File

@@ -251,6 +251,7 @@
groupName: this.dictList.filter(v => v.value === this.form.groupId)[0].label
}).then(res => {
this.$hideLoading()
this.$u.toast('上报成功')
this.flag = false
if (res.code == 0) {
uni.$emit('update')
@@ -258,7 +259,7 @@
uni.navigateTo({
url: './List'
})
}, 400)
}, 600)
}
this.$hideLoading()
})