Преглед на файлове

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-aps into dengfei

695593266@qq.com преди 6 месеца
родител
ревизия
ef95eb4570
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 2 1
      src/views/productionPlan/components/EquipmentDialog.vue
  2. 2 1
      src/views/saleOrder/components/EquipmentDialog.vue

+ 2 - 1
src/views/productionPlan/components/EquipmentDialog.vue

@@ -145,7 +145,8 @@
           pageNum: page,
           size: limit,
           categoryLevelId: this.categoryLevelId,
-          isProduct: true
+          isProduct: true,
+          isEnable: 1
         };
         const data = await getList(params);
         this.tableList = data.list;

+ 2 - 1
src/views/saleOrder/components/EquipmentDialog.vue

@@ -171,7 +171,8 @@
           pageNum: page,
           size: limit,
           categoryLevelId: this.categoryLevelId,
-          isProduct: true
+          isProduct: true,
+          isEnable: true
         };
         const data = await getList(params);
         this.tableList = data.list;