소스 검색

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) {