|
@ -251,10 +251,7 @@ const submitForm = async (formType, submitData) => { |
|
|
formRef.value.formLoading = false |
|
|
formRef.value.formLoading = false |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
await DeliverRecordMainApi.inducedProductCreate(data).then(res=>{ |
|
|
await DeliverRecordMainApi.inducedProductCreate(data); |
|
|
if(res.code == 200){ |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
message.success(t('common.createSuccess')) |
|
|
message.success(t('common.createSuccess')) |
|
|
} |
|
|
} |
|
|
formRef.value.dialogVisible = false |
|
|
formRef.value.dialogVisible = false |
|
@ -308,6 +305,7 @@ const handleCreate = async (type : string, row?: object) => { |
|
|
item.value = 'InducedProduct' |
|
|
item.value = 'InducedProduct' |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
tableData.value = [] |
|
|
formRef.value.open(type,row) |
|
|
formRef.value.open(type,row) |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|