居民上报

This commit is contained in:
liuye
2023-05-16 09:16:56 +08:00
parent 3db4ac231b
commit 05276b4082

View File

@@ -198,8 +198,7 @@ export default {
return this.$toast('请选择所属网格')
}
if (this.flag) return
this.flag = true
this.$loading()
this.$instance.post(`/app/appresidentreportinfo/addByApplet`, {
...this.form,
@@ -208,6 +207,7 @@ export default {
files: this.form.files,
groupName: this.dictList.filter(v => v.value === this.form.groupId)[0].label
}).then(res => {
this.flag = true
this.$hideLoading()
if (res.code == 0) {
uni.$emit('update')