From 05276b4082fc595a254a954ccf5fa180f6a6bd92 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 16 May 2023 09:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppPhotoReport/PhotoForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/wuxi/AppPhotoReport/PhotoForm.vue b/src/project/wuxi/AppPhotoReport/PhotoForm.vue index 535d65a..44c120b 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoForm.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoForm.vue @@ -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')