多选 下拉框回显

This commit is contained in:
2022-11-25 11:09:51 +08:00
parent ccde511f76
commit b7188d4a9a
2 changed files with 6 additions and 1 deletions

View File

@@ -518,7 +518,7 @@ public class HfTwoRGVDeviceDriver extends AbstractOpcDeviceDriver implements Dev
this.writing("to_target1", String.valueOf(next_addrIndex));
this.writing("to_task1", instruction.getInstruction_code());
this.writing("to_command1", "1");
requireHeadSucess = true;
requireBackSucess = true;
return true;
}else {
List<TaskDto> taskDtoList = taskserver.queryTaskByDeviceCode(startDeviceCode);