zdl 1 year ago
parent
commit
2bc319503d
1 changed files with 6 additions and 6 deletions
  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: {