whj 1 år sedan
förälder
incheckning
9a61195c0e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

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