From ab63688a05816ac55e0bef5f7551d3ea6e2cb6c1 Mon Sep 17 00:00:00 2001 From: "xiaoxing.liu" Date: Mon, 11 Apr 2022 17:21:00 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/order-reporting/order-reporting.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts b/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts index e035bd05..af13dbb0 100644 --- a/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts +++ b/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.ts @@ -556,7 +556,7 @@ export class DatatableOrderReportingComponent implements OnInit { this.openWainingModal('请选择需要更新的数据'); return; } - const ids = this.selectedRows.map(i => i?.id); + const ids = this.selectedRows.map(i => i?.orderId); this.service.request(this.service.$api_update_order_data, ids).subscribe(res => { if (res) { this.service.msgSrv.success('更新成功');