flat:123
This commit is contained in:
@@ -13,9 +13,9 @@ export type ListFormProps = {
|
||||
onCancel: (flag?: boolean, formVals?: unknown) => void;
|
||||
onSubmit: (values: API.Management.Manage) => Promise<void>;
|
||||
open: boolean;
|
||||
values: Partial<API.Management.Manage>;
|
||||
jobGroupOptions: DictOptionType[];
|
||||
statusOptions: DictValueEnumObj;
|
||||
// values: Partial<API.Management.Manage>;
|
||||
// jobGroupOptions: DictOptionType[];
|
||||
// statusOptions: DictValueEnumObj;
|
||||
};
|
||||
|
||||
const waitTime = (time: number = 100) => {
|
||||
|
||||
@@ -60,6 +60,7 @@ function ManagementList() {
|
||||
open={modalVisible}
|
||||
onSubmit={(values) => {
|
||||
console.log(values)
|
||||
return Promise.resolve()
|
||||
}}
|
||||
onCancel={() => {
|
||||
setModalVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user