Kaynağa Gözat

fix: 在物品框请求参数中添加isEnable字段

liujt 6 ay önce
ebeveyn
işleme
b6ed2a0ccf

+ 2 - 1
src/views/sample/components/equipmentDialog.vue

@@ -156,7 +156,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/unacceptedProduct/components/EquipmentDialog.vue

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