Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-03-07 15:28:55 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -496,7 +496,7 @@ export class NetworkFreightComponent implements OnInit {
.subscribe(res => {
if (res) {
this.st.load(1);
this.service.msgSrv.success('开户成功');
this.service.msgSrv.success(bankType === '1' ? res?.paMsg : res?.pfMsg);
}
});
}