From 226ad601bb8326814c3e94efd6f476014f6a9e66 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 27 六月 2024 23:06:47 +0800 Subject: [PATCH] 产品工艺路线工序配置更新 --- src/api/tigerapi/model/basModel.ts | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/tigerapi/model/basModel.ts b/src/api/tigerapi/model/basModel.ts index 2945463..108931d 100644 --- a/src/api/tigerapi/model/basModel.ts +++ b/src/api/tigerapi/model/basModel.ts @@ -124,17 +124,17 @@ GetHomeUrl: () => string; GetBaseColumns: () => []; GetSearchForm: () => []; - GetCrudForm: () => []; + GetCrudForm: (type: string) => []; GetBaseForm: () => []; GetBaseCards: () => []; - OthersValues: (val: string, id: string) => {} - GetTitle: () => {}; + OthersValues: (val: string, id: string) => {}; + GetTitle: (type: string) => {}; GetCrudColSlots: () => []; - nodeChange: ({}) => void, + nodeChange: ({}) => void; CreateIcon: (params: Recordable<any>) => string; SelectNode: (selectedNodes: Ref<any[]>) => {}; GetNavItems: () => NavItem[]; navChangeItem: (action: any, ...args) => void; GetUseModals: () => {}; - SubmitFunc: (values: Recordable<any>, emit) => void; + SubmitFunc: (values: Recordable<any>, type: string, emit) => void; } -- Gitblit v1.9.3