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); };