zjj
2025-05-21 f6881a3c81210316d56751f612346439c3ab814c
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);
    };