|
@@ -1568,9 +1568,9 @@ export default {
|
|
|
})
|
|
|
console.log(orderList, 'orderList')
|
|
|
let formData = new window.FormData()
|
|
|
- this.statementList.forEach((item,index)=>{
|
|
|
- formData.append('file'+index, item.raw)
|
|
|
- });
|
|
|
+ this.statementList.forEach((item, index) => {
|
|
|
+ formData.append('file' + index, item.raw)
|
|
|
+ })
|
|
|
formData.append('orderList', orderList)
|
|
|
formData.append('excludeTax', this.excludeTax)
|
|
|
formData.append('userId', getCookie('userId'))
|