工作流
This commit is contained in:
@ -239,7 +239,12 @@ const initFormData: ContractorToolEntryForm = {
|
||||
recordType: undefined,
|
||||
recordNumber: undefined
|
||||
};
|
||||
const info = ref({});
|
||||
const info = ref({
|
||||
contractorName:undefined,
|
||||
toolNumber:undefined,
|
||||
toolName:undefined,
|
||||
toolModel:undefined
|
||||
});
|
||||
const data = reactive<PageData<ContractorToolEntryForm, ContractorToolEntryQuery>>({
|
||||
form: { ...initFormData },
|
||||
queryParams: {
|
||||
|
||||
Reference in New Issue
Block a user