瀏覽代碼

feat: 情况目录调整

zhangjie 8 月之前
父節點
當前提交
4674ec0218
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/modules/client/views/ScanOther.vue
  2. 1 0
      src/modules/client/views/ScanPaper.vue

+ 1 - 0
src/modules/client/views/ScanOther.vue

@@ -170,6 +170,7 @@ export default {
     },
     clearFiles() {
       clearDir(this.stageDir);
+      clearDir(this.GLOBAL.input);
     },
     async goBackHandle() {
       if (this.scanStageList.length) {

+ 1 - 0
src/modules/client/views/ScanPaper.vue

@@ -223,6 +223,7 @@ export default {
     },
     clearFiles() {
       clearDir(this.stageDir);
+      clearDir(this.GLOBAL.input);
     },
     async goBackHandle() {
       if (this.scanStageList.length) {