mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
修复设备特殊方法为空时组件报错
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
StringNumber tab;
|
||||
List<CollectDevice> CollectDevices = new();
|
||||
List<UploadDevice> UploadDevices = new();
|
||||
List<string> OtherMethods;
|
||||
List<string> OtherMethods=new();
|
||||
void DeviceChanged(long devId)
|
||||
{
|
||||
if (devId > 0)
|
||||
|
Reference in New Issue
Block a user