|
@ -180,6 +180,8 @@ const submitForm = async (formType,data) => { |
|
|
inspectionLevel: data.inspectionLevel, |
|
|
inspectionLevel: data.inspectionLevel, |
|
|
effectiveDate: data.effectiveDate, |
|
|
effectiveDate: data.effectiveDate, |
|
|
expirationDate: data.expirationDate, |
|
|
expirationDate: data.expirationDate, |
|
|
|
|
|
samplePieceSize: data.samplePieceSize, |
|
|
|
|
|
isWhole: data.isWhole, |
|
|
available: data.available, |
|
|
available: data.available, |
|
|
content:JSON.stringify(data.process) |
|
|
content:JSON.stringify(data.process) |
|
|
} |
|
|
} |
|
|