* Remove NEW_CHILD_COUNT.

This commit is contained in:
wangyuting
2023-11-21 08:49:00 +00:00
parent 9ffcb7ee9d
commit 226ee7ff0e
+1 -1
View File
@@ -53,7 +53,7 @@
if($sonDept->order > $maxOrder) $maxOrder = $sonDept->order;
echo html::input("depts[id$sonDept->id]", $sonDept->name, "class='form-control'");
}
for($i = 0; $i < DEPT::NEW_CHILD_COUNT ; $i ++) echo html::input("depts[]", '', "class='form-control'");
for($i = 0; $i < 10; $i ++) echo html::input("depts[]", '', "class='form-control'");
?>
</td>
<td></td>