db 2 年之前
父节点
当前提交
7a7852a3e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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("");
 /* 获取报告详情 */