update 调整银川大屏和西安大屏
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user