skyouc
2025-08-11 010d8beeb4c25d630c0a4fff886af94f3beb6306
rsf-admin/src/page/orders/asnOrder/AsnOrderModal.jsx
@@ -200,6 +200,11 @@
    const handleDeleteItem = () => {
        if (selectedRows.length === 0) {
            notify('请选择要删除的行', {type: 'warning'});
            return;
        }
        const newTableData = _.filter(tabelData, (item) => !selectedRows.includes(item.id));
        setTableData(newTableData);
    }