zdl 1 년 전
부모
커밋
2bc319503d
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/allcase/caseViews.vue

+ 6 - 6
src/views/allcase/caseViews.vue

@@ -257,12 +257,12 @@ export default {
   },
   watch: {},
   mounted() {
-    // this.valData = this.storageGet('getData');
-    // if (this.valData) {
-    //   this.funQuery();
-    //   this.getCaseQualityResults();
-    // }
-    // this.getTree();
+    this.valData = this.storageGet('getData');
+    if (this.valData) {
+      this.funQuery();
+      this.getCaseQualityResults();
+    }
+    this.getTree();
   },
 
   methods: {