Sfoglia il codice sorgente

潞宁智能注氮系统更新

lxh 3 mesi fa
parent
commit
ab73d6ed99

+ 1 - 1
src/views/vent/monitorManager/compressor/components/nitrogenHome_ln.vue

@@ -339,7 +339,7 @@ async function getMonitor(flag?) {
 }
 
 async function getDataSource(systemID) {
-  const res = await list({ devicetype: 'sys',systemID:'',  type: 'all' });
+  const res = await list({devicetype:'nitrogen',pagetype:'normal' });
   const result = res.msgTxt;
   if (!result || result.length < 1) return;
   let dataSource: any = [];