|
@@ -339,7 +339,7 @@ async function getMonitor(flag?) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async function getDataSource(systemID) {
|
|
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;
|
|
const result = res.msgTxt;
|
|
|
if (!result || result.length < 1) return;
|
|
if (!result || result.length < 1) return;
|
|
|
let dataSource: any = [];
|
|
let dataSource: any = [];
|