摘要: export function treeInit(down: any[]) { const treeData: { title: string; key: string; children: { title: string; key: string; }[]; }[] = []; let snap 阅读全文
posted @ 2023-03-01 12:05 zjxgdq 阅读(4) 评论(0) 推荐(0) 编辑
摘要: import React from 'react'; interface RootObject { createUserId?: any; createUserName?: any; createTime?: any; updateUserId?: any; updateUserName?: any 阅读全文
posted @ 2023-03-01 10:23 zjxgdq 阅读(13) 评论(0) 推荐(0) 编辑