update 调整银川大屏和西安大屏

This commit is contained in:
zk
2024-05-17 13:07:39 +08:00
parent 45aec85fad
commit 13faaa92a6
15 changed files with 145 additions and 88 deletions
@@ -19,6 +19,9 @@
import { caching, useSession } from '/@/hooks/autoRefresh/caching.ts';
import { getTeamHealth } from '/@/views/yinChuan/yinChuan.api.ts';
const props = defineProps({
setting: Object,
});
const { setSession, getSession } = useSession();
const { TEAM_HEALTH } = caching;
const list = ref([
@@ -63,7 +66,7 @@
async function viewDetail() {
try {
const { code, result } = await getTeamHealth({});
const { code, result } = await getTeamHealth({ dataType: props.setting?.dataType });
if (code != 200) {
return;
}