From 2573de28368b3800c6b087e603f38b027004f59a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 09 七月 2024 18:42:28 +0800 Subject: [PATCH] bug --- assets/js/middleGround/api/store.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/assets/js/middleGround/api/store.js b/assets/js/middleGround/api/store.js index 3a70e5a..f4ec27c 100644 --- a/assets/js/middleGround/api/store.js +++ b/assets/js/middleGround/api/store.js @@ -175,6 +175,7 @@ Icon: [], TypeId: [], RefCode: [], + Description: [], ChildrenCount: [], ChildrenFolderCount: [], CreateDate: [], @@ -200,6 +201,7 @@ Icon: [], TypeId: [], RefCode: [], + Description: [], ChildrenCount: [], ChildrenFolderCount: [], CreateDate: [], @@ -224,6 +226,7 @@ Icon: [], TypeId: [], RefCode: [], + Description: [], LinkTypes: [linkType.linkType], PageQuery: { Start: 0, @@ -260,6 +263,7 @@ Name: [], Icon: [], RefCode: [], + Description: [], TypeId: [], SysType: [], State: [], -- Gitblit v1.9.1