Commit d2c4b872 authored by 邓超's avatar 邓超

fix: 表字段管理刷新分组没变

parent 9e9f5800
Pipeline #65350 canceled with stages
......@@ -284,9 +284,10 @@ const TableManager = props => {
if (newArr.length > 0 && (!select || isSearch)) {
setSelect(newArr[0].type);
}
if (groupArr.length == 0 || isSearch) {
setGroupArr(newArr);
}
setGroupArr(newArr);
// if (groupArr.length == 0 || isSearch) {
// setGroupArr(newArr);
// }
}
setKeepTreeFirst(bb);
setKeepTreeSelect(aa);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment