fix bug
This commit is contained in:
@ -222,7 +222,7 @@ export class ParterChannelSalesEditComponent implements OnInit {
|
|||||||
delete params.telephone;
|
delete params.telephone;
|
||||||
this.service.request(this.service.$api_save, { ...params, employeeVO: this.currentOAItem }).subscribe(res => {
|
this.service.request(this.service.$api_save, { ...params, employeeVO: this.currentOAItem }).subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
this.service.msgSrv.success(res.msg);
|
this.service.msgSrv.success('新增成功!');
|
||||||
this.modalRef.destroy(true);
|
this.modalRef.destroy(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user