From abf2777b2e57943b283310592ca4878e5b67ca33 Mon Sep 17 00:00:00 2001 From: ahao <liuhaoai545@gmail.com> Date: 星期三, 27 十二月 2023 14:28:04 +0800 Subject: [PATCH] fix 修复 页面警告 --- src/api/demo/tree/types.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/api/demo/tree/types.ts b/src/api/demo/tree/types.ts index 4b491c0..e164d8b 100644 --- a/src/api/demo/tree/types.ts +++ b/src/api/demo/tree/types.ts @@ -23,6 +23,11 @@ * 鍊� */ treeName: string; + + /** + * 瀛愬璞� + */ + children: TreeVO[]; } export interface TreeForm extends BaseEntity { -- Gitblit v1.9.3