zdl 1 anno fa
parent
commit
2bc319503d
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  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: {