Tang 3 năm trước cách đây
mục cha
commit
2aceab4a1c

+ 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) => {