居民上报
This commit is contained in:
@@ -208,9 +208,8 @@ export default {
|
|||||||
files: this.form.files,
|
files: this.form.files,
|
||||||
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.flag = true
|
|
||||||
this.$hideLoading()
|
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
|
this.flag = true
|
||||||
uni.$emit('update')
|
uni.$emit('update')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
|
|||||||
Reference in New Issue
Block a user