update: 大屏接口

This commit is contained in:
xf
2025-07-09 17:18:00 +08:00
parent b0a16c6f0b
commit 055e28b457
5 changed files with 23 additions and 7 deletions
+4 -1
View File
@@ -136,6 +136,9 @@
type: Number,
default: () => 0,
},
centerId: {
type: String,
},
});
onMounted(() => {
@@ -147,7 +150,7 @@
});
function getList() {
twoRApi({})
twoRApi({ centerId: props.centerId })
.then((res: any) => {
if (res.code == 200) {
localStorage.removeItem('twoRList');