|
|
|
@ -490,7 +490,7 @@ export default {
|
|
|
|
|
// }
|
|
|
|
|
if (file) {
|
|
|
|
|
const formData = new FormData()
|
|
|
|
|
this.orderFormData.orderEntity = JSON.parse(JSON.stringify(this.orderFormData));
|
|
|
|
|
this.orderFormData.orderEntity = Object.assign(JSON.parse(JSON.stringify(this.orderFormData)));
|
|
|
|
|
formData.append('billNoJson', JSON.stringify(this.orderFormData));
|
|
|
|
|
formData.append('file', file);
|
|
|
|
|
fetch(uploadUrl, {
|
|
|
|
|