db 2 лет назад
Родитель
Сommit
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("");
 /* 获取报告详情 */