优化树表代码生成,展开节点清理请求参数数据时排除状态查询条件;查询树表优化,编辑后支持刷新列表中无父节点数据;

This commit is contained in:
thinkgem
2018-11-30 21:50:20 +08:00
parent aef4837827
commit ac04d84c53
7 changed files with 21 additions and 15 deletions

View File

@@ -69,9 +69,6 @@ public class TestTreeController extends BaseController {
if (StringUtils.isNotBlank(testTree.getTreeName())){
testTree.setParentCode(null);
}
if (StringUtils.isNotBlank(testTree.getStatus())){
testTree.setParentCode(null);
}
if (StringUtils.isNotBlank(testTree.getRemarks())){
testTree.setParentCode(null);
}