ref: v3变更,,同步v2.2509.2 -250912
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user