浏览代码

导入卡密失败清除文件

lsx 2 年之前
父节点
当前提交
ba69dea25b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
       })
     },