src/api/tigerapi/model/basModel.ts
@@ -108,6 +108,7 @@ color: string; url: string; action: string; isStep: boolean; } export type MaterialInfoPageListGetResultModel = BasicFetchResult<MaterialInfoListItem>; @@ -133,5 +134,6 @@ CreateIcon: (params: Recordable<any>) => string; SelectNode: (selectedNodes: Ref<any[]>) => {}; GetNavItems: () => NavItem[]; naveChangeItem: (action: any, ...args) => void; navChangeItem: (action: any, ...args) => void; GetUseModals: () => {}; }