27309 27312
This commit is contained in:
@@ -251,6 +251,7 @@
|
|||||||
groupName: this.dictList.filter(v => v.value === this.form.groupId)[0].label
|
groupName: this.dictList.filter(v => v.value === this.form.groupId)[0].label
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$hideLoading()
|
this.$hideLoading()
|
||||||
|
this.$u.toast('上报成功')
|
||||||
this.flag = false
|
this.flag = false
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.$emit('update')
|
uni.$emit('update')
|
||||||
@@ -258,7 +259,7 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: './List'
|
url: './List'
|
||||||
})
|
})
|
||||||
}, 400)
|
}, 600)
|
||||||
}
|
}
|
||||||
this.$hideLoading()
|
this.$hideLoading()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user