Explorar el Código

导入卡密失败清除文件

lsx hace 2 años
padre
commit
ba69dea25b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
       })
     },