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: {