This commit is contained in:
Taric Xin
2022-01-11 17:47:07 +08:00
parent a69bdc3c60
commit cd037f29e8
6 changed files with 59 additions and 47 deletions

View File

@ -45,7 +45,9 @@ export class ETCInvoicedListComponent implements OnInit {
nzOkText: '导出'
});
modal.afterClose.subscribe(res => {
this.st.load();
if(res){
this.st.load();
}
});
}