|
@ -205,7 +205,6 @@ const DeviceTypeMap = { |
|
|
14: "光线在线监测", |
|
|
14: "光线在线监测", |
|
|
*/ |
|
|
*/ |
|
|
export function getDeviceList(deviceType, options) { |
|
|
export function getDeviceList(deviceType, options) { |
|
|
console.log("++++++++++++", options); |
|
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
return new Promise((resolve, reject) => { |
|
|
if (!deviceType) { |
|
|
if (!deviceType) { |
|
|
Message.error(`${DeviceTypeMap[deviceType]}设备加载失败!`); |
|
|
Message.error(`${DeviceTypeMap[deviceType]}设备加载失败!`); |
|
|