Ver Fonte

fix: 移除设备列表状态过滤限制

yusheng há 1 mês atrás
pai
commit
0680d3dcd8

+ 1 - 1
src/views/ledgerAssets/equipment/components/detailedList.vue

@@ -355,7 +355,7 @@
           size: limit,
           id: this.attributeData.id,
           bomType: this.attributeData.bomType,
-          status: '1'
+          // status: '1'
         });
       },
       open(row) {