skyouc
2025-09-05 1e1cedc70758a7c17ccf63ea11d1db70c409aa66
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);
    }