|
|
@ -45,8 +45,6 @@ const trainTicketStore = create((set, get) => ({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
async postFlightDetail(CLF_SN, GRI_SN, VEI_SN, original_values, info_object) {
|
|
|
|
async postFlightDetail(CLF_SN, GRI_SN, VEI_SN, original_values, info_object) {
|
|
|
|
console.log(original_values);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const formData = new FormData();
|
|
|
|
const formData = new FormData();
|
|
|
|
formData.append("CLF_SN", CLF_SN ? CLF_SN : "");
|
|
|
|
formData.append("CLF_SN", CLF_SN ? CLF_SN : "");
|
|
|
|
formData.append("GRI_SN", GRI_SN);
|
|
|
|
formData.append("GRI_SN", GRI_SN);
|
|
|
|