居民上报
This commit is contained in:
@@ -198,8 +198,7 @@ export default {
|
|||||||
return this.$toast('请选择所属网格')
|
return this.$toast('请选择所属网格')
|
||||||
}
|
}
|
||||||
if (this.flag) return
|
if (this.flag) return
|
||||||
this.flag = true
|
|
||||||
|
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post(`/app/appresidentreportinfo/addByApplet`, {
|
this.$instance.post(`/app/appresidentreportinfo/addByApplet`, {
|
||||||
...this.form,
|
...this.form,
|
||||||
@@ -208,6 +207,7 @@ 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()
|
this.$hideLoading()
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.$emit('update')
|
uni.$emit('update')
|
||||||
|
|||||||
Reference in New Issue
Block a user