From e181f04c642204e79749af93fa921875ff6c21ba Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 20 五月 2025 10:46:35 +0800 Subject: [PATCH] refactor(qms): 重构趋势图展示逻辑 --- 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