居民上报

This commit is contained in:
liuye
2023-05-16 09:56:14 +08:00
parent 7cd67ad3ba
commit 98d266845a

View File

@@ -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({