fix bug
This commit is contained in:
@ -57,9 +57,9 @@ export class ETCInvoicedRequestedComponent implements OnInit {
|
|||||||
.subscribe(res => {
|
.subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
this.service.msgSrv.success('申请开票成功');
|
this.service.msgSrv.success('申请开票成功');
|
||||||
modal.destroy();
|
|
||||||
this.st.load(1);
|
this.st.load(1);
|
||||||
}
|
}
|
||||||
|
modal.destroy();
|
||||||
});
|
});
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user