Tang 3 лет назад
Родитель
Сommit
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) => {