修复设备特殊方法为空时组件报错

This commit is contained in:
2248356998 qq.com
2023-03-06 17:34:34 +08:00
parent 7fd1aceb96
commit 798eaee76f

View File

@@ -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)