whj 1 жил өмнө
parent
commit
9a61195c0e

+ 1 - 1
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -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()