fix:修改设备告警逻辑 修改冲突样式

This commit is contained in:
zhaohy
2024-08-16 10:03:53 +08:00
parent fddba152fc
commit d15f8e8ed5
5 changed files with 13 additions and 6 deletions

View File

@@ -242,12 +242,15 @@
dynamicParams: {
deviceCode: 'deviceInfoCode', //帮定上级联动数据
},
defaultParams: {
type: 0,
},
componentProps: {
api: device.queryDevicePoint,
allowClear: true,
resultField: 'data',
placeholder: '请选择设备点位',
labelField: 'code',
labelField: 'name',
valueField: 'id',
dependency: 'deviceInfoCode',
showSearch: true,