ref: v3变更,,同步v2.2509.2 -250912

This commit is contained in:
TsMask
2025-09-12 18:05:09 +08:00
parent e8e7a97963
commit 54cf296d2f
8 changed files with 34 additions and 19 deletions

View File

@@ -234,7 +234,7 @@ let modalState: ModalStateType = reactive({
title: '菜单',
from: {
menuId: undefined,
parentId: '0',
parentId: 0,
menuName: '',
menuSort: 0,
menuType: MENU_TYPE_BUTTON,
@@ -474,7 +474,7 @@ function fnGetList() {
// 转换树状数据
treeDataAll = [
{
menuId: '0',
menuId: 0,
menuName: t('views.system.dept.node'),
children: parseDataToTreeExclude(
data,