|
@@ -84,7 +84,7 @@ export default {
|
|
|
// })
|
|
|
// })
|
|
|
purchaseReturnList({ pageNum: 1, pageSize: 99999, purchaseStatus: 20 }).then((res) => {
|
|
|
- this.purchaseContract = res.data.data.records.map((item) => {
|
|
|
+ this.purchaseContract = res.data.data.map((item) => {
|
|
|
return {
|
|
|
...item,
|
|
|
text: item.code + ', ' + item.deliveryTime + ', ' + item.supplyName,
|