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

This commit is contained in:
Taric Xin
2022-03-29 15:01:48 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ export class ContractManagementTemplateFrameComponent implements OnInit {
this.service.request(this.service.$api_deletebatch_contractTemplate, [value.id]).subscribe(res => {
if (res) {
this.service.msgSrv.success('删除成功!');
this.st.reload(1)
this.st.reload()
}
})
});

View File

@ -244,7 +244,7 @@ export class ContractManagementTemplatePartnerComponent implements OnInit {
this.service.request(this.service.$api_deletebatch_contractTemplate, [value.id]).subscribe(res => {
if (res) {
this.service.msgSrv.success('删除成功!');
this.st.reload(1)
this.st.reload()
}
})
});