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