소스 검색

1. 优化

MONSTER-ygh 2 달 전
부모
커밋
149e96cee0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/order/groupBuyingMr/dialog/payOrCredit.vue

+ 1 - 1
src/views/order/groupBuyingMr/dialog/payOrCredit.vue

@@ -109,7 +109,7 @@ export default {
         this.seatSelectList = res.data.viewersOrderList
         this.resubmit = res.data.resubmit||{};
         this.form = {
-          orderId: res.id,
+          orderId: res.data.id,
           voucherUrl: [],
           remark: null,
         };