Browse Source

feat: 情况目录调整

zhangjie 8 tháng trước cách đây
mục cha
commit
4674ec0218

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