Browse Source

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

yusheng 1 month ago
parent
commit
0680d3dcd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ledgerAssets/equipment/components/detailedList.vue

+ 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) {