db 2 years ago
parent
commit
7a7852a3e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cygxPc/report.vue

+ 1 - 1
src/views/cygxPc/report.vue

@@ -14,7 +14,7 @@ const state = reactive({
 });
 const rerportId = ref(null);
 const from_type = ref(null);
-const haveData = ref(false);
+const haveData = ref(true);
 const showTips = ref(false);
 const mobile = ref("");
 /* 获取报告详情 */