|
@@ -322,7 +322,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleViewPurchase (record) {
|
|
|
- getPurchaseOrderList({ yongYouId: record.yongYouId })
|
|
|
+ getPurchaseOrderList({ yongYouId: record.yongYouId, oldOrNew: record.oldOrNew })
|
|
|
.then(res => {
|
|
|
this.$message.info('同步成功')
|
|
|
this.handleOk()
|