Merge branch 'lxx' into 'develop'
bug修复 See merge request tms-ui/tms-obc-web!11
This commit is contained in:
@ -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('更新成功');
|
||||
|
||||
Reference in New Issue
Block a user