|
@@ -12,7 +12,7 @@ const state = reactive({
|
|
reportInfo: {},
|
|
reportInfo: {},
|
|
});
|
|
});
|
|
const rerportId = ref(null);
|
|
const rerportId = ref(null);
|
|
-const haveData = ref();
|
|
|
|
|
|
+const haveData = ref(1);
|
|
const showTips = ref(false);
|
|
const showTips = ref(false);
|
|
|
|
|
|
//点击回到搜索页面
|
|
//点击回到搜索页面
|