zc
9 天以前 2c2f245777b0056a3c6b5a8ddd4f05164f465278
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);
    }