فهرست منبع

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