浏览代码

fiex:修复bug配置考试次数-适用商品筛选视频类型

Tang 3 年之前
父节点
当前提交
940a65c285
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/views/education/examManagement/examConfiguration/examNum/index.vue

+ 5 - 2
src/views/education/examManagement/examConfiguration/examNum/index.vue

@@ -369,7 +369,7 @@ export default {
           this.listData.goodsId = [];
         }
         this.$api
-          .inquiresystemnumberlistGoods({ businessId: value })
+          .inquiresystemnumberlistGoods({ businessId: value, goodsType: 1 })
           .then((res) => {
             this.goodsList = res.rows;
           });
@@ -463,7 +463,10 @@ export default {
         this.statusPop = int;
         this.$api.obtainsystemnumber(v.examNumberId).then((res) => {
           this.$api
-            .inquiresystemnumberlistGoods({ businessId: res.data.businessId })
+            .inquiresystemnumberlistGoods({
+              businessId: res.data.businessId,
+              goodsType: 1,
+            })
             .then((result) => {
               this.goodsList = result.rows;
             });