谢杰标 3 年 前
コミット
04ae50d598
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/views/Marketing/goods/spec/compoent/configTable.vue

+ 2 - 0
src/views/Marketing/goods/spec/compoent/configTable.vue

@@ -92,6 +92,7 @@ export default {
         pageNum: 1,
         businessId: this.businessId,
         educationTypeId: this.educationTypeId,
+        goodsTypes: [1, 2, 6],
       },
       loading: false,
       total: 0,
@@ -152,6 +153,7 @@ export default {
         businessId: this.businessId,
         educationTypeId: this.educationTypeId,
         status: "0,1",
+        goodsTypes: [1, 2, 6],
       };
       this.search();
     },