* Fix error for variable is undefined.

This commit is contained in:
caoyanyi
2023-09-07 16:11:45 +08:00
parent 032eb9d3f3
commit 527a9a1136
14 changed files with 21 additions and 19 deletions
-1
View File
@@ -39,7 +39,6 @@ dtable
set::fixedLeftWidth('30%'),
set::cols(array_values($config->projectGroup->dtable->fieldList)),
set::data($groups),
set::footToolbar($footToolbar),
);
render();