Browse Source

Merge branch 'feature_20260425_完美门店陈列奖励案图片上传方式修改' into master-20260422

zhujindu 16 hours ago
parent
commit
1dd4b07c1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/deviceWithin/taskPhotoTaking.vue

+ 1 - 1
src/views/deviceWithin/taskPhotoTaking.vue

@@ -337,7 +337,7 @@ export default {
         this.toastLoading().clear();
         this.toastLoading().clear();
         if (res.code == 200) {
         if (res.code == 200) {
           localStorage.setItem('getRequestFlage', 'true');
           localStorage.setItem('getRequestFlage', 'true');
-          this.formData = null;
+          this.formData.fileInfoList = [];
           this.$router.go(-1);
           this.$router.go(-1);
         } else {
         } else {
           this.$toast('提交失败,请重试');
           this.$toast('提交失败,请重试');