Explorar el Código

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

yusheng hace 1 mes
padre
commit
0680d3dcd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {