This commit is contained in:
wangshiming
2022-05-13 14:50:07 +08:00
parent 86453331a0
commit 5fb03736c1

View File

@ -222,7 +222,7 @@ export class ParterChannelSalesEditComponent implements OnInit {
delete params.telephone;
this.service.request(this.service.$api_save, { ...params, employeeVO: this.currentOAItem }).subscribe(res => {
if (res) {
this.service.msgSrv.success(res.msg);
this.service.msgSrv.success('新增成功!');
this.modalRef.destroy(true);
}
});