流程清单多版本情况下由只显示使用中模型,调整为多版本全部显示
This commit is contained in:
parent
c2e2c85a48
commit
d5ffcfc271
Binary file not shown.
@ -658,9 +658,9 @@ public class PALRepositoryListWeb extends ActionWeb {
|
||||
|
||||
}
|
||||
for (PALRepositoryModel model: palList) {
|
||||
if (!model.isUse()) {// 非设计中状态,过滤
|
||||
continue;
|
||||
}
|
||||
// if (!model.isUse()) {// 非设计中状态,过滤
|
||||
// continue;
|
||||
// }
|
||||
if (!UtilString.isEmpty(searchInput)) {// 流程名称条件不为空时,过滤名称
|
||||
if (!model.getName().toUpperCase().contains(searchInput.toUpperCase())) {
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user