|
@@ -734,7 +734,7 @@
|
|
|
//
|
|
|
async function getDataSource() {
|
|
|
if (devicekide.value) {
|
|
|
- const res = await list({ devicetype: devicekide.value, systemID: deviceId.value || null, pagetype: 'normal' });
|
|
|
+ const res = await list({ devicetype: devicekide.value, ids: deviceId.value, pagetype: 'normal' });
|
|
|
// const res = await list({ devicetype: 'fanlocal', pagetype: 'normal' });
|
|
|
if (res.msgTxt && res.msgTxt[0] && res.msgTxt[0].datalist && res.msgTxt[0].datalist.length > 0) {
|
|
|
const dataArr = res.msgTxt[0].datalist || [];
|
|
@@ -1224,7 +1224,7 @@
|
|
|
|
|
|
.scene-box {
|
|
|
height: 100%;
|
|
|
-
|
|
|
+ z-index: 99999;
|
|
|
.title-text {
|
|
|
height: 32px;
|
|
|
}
|