完善设备数据查询
This commit is contained in:
parent
598f0d8399
commit
6563b24045
@ -184,8 +184,8 @@ const gridOptions: VxeGridProps<any> = {
|
||||
pageSize: page.pageSize,
|
||||
// 优先使用表单中的值,如果没有则使用路由参数
|
||||
DeviceType: deviceTypeNumber,
|
||||
DeviceId: finalDeviceId,
|
||||
FocusAddress: formValues.FocusAddress || FocusAddress,
|
||||
DeviceId: finalDeviceId.toString(),
|
||||
FocusAddress: deviceInfo.focusAddress,
|
||||
// 添加其他表单参数
|
||||
SystemName: formValues.SystemName,
|
||||
IoTDataType: ioTDataTypeValue,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user