修复测试页面点击表格导致程序崩溃的异常。

This commit is contained in:
2024-04-18 10:48:41 +08:00
parent 240ce97c05
commit f1898a9280
24 changed files with 179 additions and 1 deletions

View File

@@ -198,9 +198,9 @@ Namespace UTSModule.Test
_callNodeList.Add(node, New List(Of Integer) From {row})
End If
Else
_rowList.Add(row, node)
_nodeList.Add(node, row)
End If
_rowList.Add(row, node)
If node.SaveToDb Then
_recodeRow.Add(row)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.