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