skyouc
8 小时以前 5817004ce9f72d75016be7a95bf7f5057af081ec
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);
    }