BUG修复

This commit is contained in:
dxfeng 2022-06-08 15:21:48 +08:00
parent 80a33a7787
commit 14725e4990
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ public class JobServiceImpl extends Service implements JobService {
BrowserBean browserBean = parentJobBrowserItem.getBrowserConditionParam();
List<Map<String, Object>> deptMaps = getJobMapper().listJobsByIds(DeleteParam.builder().ids(jobPO.getParentJob().toString()).build().getIds());
browserBean.setReplaceDatas(deptMaps);
schemeBrowserItem.setBrowserConditionParam(browserBean);
parentJobBrowserItem.setBrowserConditionParam(browserBean);
}
// 查看全部置为只读