update: 大屏接口
This commit is contained in:
@@ -128,6 +128,9 @@
|
||||
import BloodPng from '/@/assets/indexSun/bloodClock.png';
|
||||
import { onMounted, ref, watch } from 'vue';
|
||||
import { twoRApi } from '/@/views/indexSun/indexSun.api.ts';
|
||||
import { useUserStore } from '/@/store/modules/user.ts';
|
||||
|
||||
const { getCenterInfo } = useUserStore();
|
||||
const twoRList = ref();
|
||||
const emit = defineEmits(['handleClick']);
|
||||
|
||||
@@ -150,7 +153,7 @@
|
||||
});
|
||||
|
||||
function getList() {
|
||||
twoRApi({ centerId: props.centerId })
|
||||
twoRApi({ centerId: getCenterInfo?.id })
|
||||
.then((res: any) => {
|
||||
if (res.code == 200) {
|
||||
localStorage.removeItem('twoRList');
|
||||
|
||||
Reference in New Issue
Block a user