Parcourir la source

[Wip 0000] 对接除尘风机监测页面

houzekong il y a 3 mois
Parent
commit
19a95c7790

+ 1 - 0
src/views/vent/monitorManager/dedustMonitor/components/DedustHome.vue

@@ -42,6 +42,7 @@
     statusConfigC,
   } from '../dedust.data';
   import List from '/@/views/vent/gas/components/list/index.vue';
+  import _ from 'lodash';
 
   const props = defineProps({
     deviceId: {

+ 1 - 1
src/views/vent/monitorManager/dedustMonitor/index.vue

@@ -147,7 +147,7 @@
   }
 
   async function getSysDataSource() {
-    const res = await getTableList({ strtype: 'dedustfan_normal', pagetype: 'normal' });
+    const res = await getTableList({ strtype: 'sys_surface_juejin', pagetype: 'normal' });
     if (!options.value && res) {
       // 初始时选择第一条数据
       options.value = res.records || [];