skyouc
2025-07-28 d5f42e7da3bd943f49880c8b687836a172579f6e
rsf-admin/src/page/statistics/stockManage/WarehouseAside.jsx
@@ -15,9 +15,8 @@
const WarehouseAside = () => {
    const [isSelect, setIsSelect] = useState(false);
    const isSelected = (value, filters) => {
        const aggType = filters.aggType || [];
        const aggType = filters.aggType || ["matnr"];
        return aggType.includes(value.aggType);
    };