fix: bug#10777

This commit is contained in:
leiqiaochu 2023-03-30 11:45:09 +08:00
parent 77d8044cf2
commit 92315c3c39
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ function menuChange(
const parent = flatTableData.find( const parent = flatTableData.find(
(item) => item.id === row.parentId, (item) => item.id === row.parentId,
) as tableItemType; ) as tableItemType;
// setStatus(parent, 'children'); setStatus(parent, 'children');
// //
if (parent.parentId) { if (parent.parentId) {
return menuChange(parent, false); return menuChange(parent, false);