显示定制列穿梭框接口开发

This commit is contained in:
dxfeng 2023-01-12 14:14:25 +08:00
parent b93a3d7b1c
commit cb814ef077
1 changed files with 3 additions and 1 deletions

View File

@ -995,7 +995,9 @@ public class HrmResourceServiceImpl extends Service implements HrmResourceServic
SearchConditionOption searchConditionOption = new SearchConditionOption();
searchConditionOption.setKey("");
options.add(0, searchConditionOption);
options.forEach(item -> {
item.setSelected(false);
});
}
/**