This commit is contained in:
heqinghang
2022-03-22 17:50:56 +08:00
parent 1589bb4c82
commit 95dc8075eb
5 changed files with 40 additions and 30 deletions

View File

@ -75,6 +75,7 @@ export class ParterLevelConfigEditComponent implements OnInit {
if(!this.sf.valid) return;
this.service.request(this.service.$api_save, { ...this.sf.value }).subscribe(res => {
if (res) {
this.service.msgSrv.success('保存成功!')
this.modalRef.destroy(true);
} else {
this.service.msgSrv.error(res.msg);