Browse Source

1。 亚美大宁局部风机设备监测接口调整

hongrunxia 4 months ago
parent
commit
6b95ecd99b
2 changed files with 3 additions and 2 deletions
  1. 2 2
      src/views/vent/monitorManager/fanLocalMonitor1/index.vue
  2. 1 0
      stylelint.config.js

+ 2 - 2
src/views/vent/monitorManager/fanLocalMonitor1/index.vue

@@ -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;
     }

+ 1 - 0
stylelint.config.js

@@ -36,6 +36,7 @@ module.exports = {
         ignore: ['after-comment', 'first-nested'],
       },
     ],
+    // "customSyntax": "postcss-syntax",
     'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
     'order/order': [
       [