From 98d266845a5f54d3fd24965ecdea4f3bd313ca54 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 16 May 2023 09:56:14 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/project/wuxi/AppPhotoReport/PhotoForm.vue b/src/project/wuxi/AppPhotoReport/PhotoForm.vue index 5a41017..852677e 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoForm.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoForm.vue @@ -208,9 +208,8 @@ 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) { + this.flag = true uni.$emit('update') setTimeout(() => { uni.redirectTo({