27309 27312
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user