Tang 3 년 전
부모
커밋
2aceab4a1c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/education/examManagement/applicationData/byTrainee.vue

+ 2 - 0
src/views/education/examManagement/applicationData/byTrainee.vue

@@ -749,6 +749,7 @@ export default {
         .inquiresystemsubscribeUserExam({
           goodsId: row.goodsId,
           userId: row.userId,
+          orderGoodsId:row.orderGoodsId
         })
         .then((res) => {
           this.infoData = JSON.parse(JSON.stringify(res.data));
@@ -968,6 +969,7 @@ export default {
         const result = await this.getApis({
           userId: row.userId,
           goodsId: row.goodsId,
+          orderGoodsId:row.orderGoodsId
         });
         //便利table数组,找到符合本行数据,赋值
         this.tableData.forEach((item, index) => {