Przeglądaj źródła

导入卡密失败清除文件

lsx 2 lat temu
rodzic
commit
ba69dea25b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/business/goods/index.vue

+ 1 - 0
src/views/business/goods/index.vue

@@ -418,6 +418,7 @@ export default {
           type: 'success'
         })
       }).catch(() => {
+        this.$refs.upload.clearFiles();
         this.vloading.close();
       })
     },