diff --git a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts index 614cd61c..1623f8c6 100644 --- a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts +++ b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts @@ -410,6 +410,7 @@ export class DatatableFundReportingComponent implements OnInit { const ids = this.selectedRows.map(i => i?.id); this.service.request(this.service.$api_update_fund_data, ids).subscribe(res => { if (res) { + this.service.msgSrv.success('更新成功'); this.selectedRows = []; this.st.reload(); 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 3e2e3e8a..e035bd05 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 @@ -559,9 +559,9 @@ export class DatatableOrderReportingComponent implements OnInit { const ids = this.selectedRows.map(i => i?.id); this.service.request(this.service.$api_update_order_data, ids).subscribe(res => { if (res) { + this.service.msgSrv.success('更新成功'); this.selectedRows = []; this.st.reload(); - } }) } diff --git a/src/app/routes/order-management/components/risk/risk.component.ts b/src/app/routes/order-management/components/risk/risk.component.ts index 37f05598..dabb3c30 100644 --- a/src/app/routes/order-management/components/risk/risk.component.ts +++ b/src/app/routes/order-management/components/risk/risk.component.ts @@ -194,7 +194,7 @@ export class OrderManagementRiskComponent implements OnInit { type: 'string', ui: { widget: 'dict-select', - params: { dictKey: 'freight:type' }, + params: { dictKey: 'bill:type' }, containsAllLabel: true, visibleIf: { _$expand: (value: boolean) => value