Browse Source

feat: 情况目录调整

zhangjie 8 months ago
parent
commit
4674ec0218
2 changed files with 2 additions and 0 deletions
  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) {