zdl 1 an în urmă
părinte
comite
2bc319503d
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  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: {