fix bug
This commit is contained in:
@ -424,7 +424,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
|
||||
const params = [this.i.id];
|
||||
this.service.request(this.service.$api_get_billAuditPass, params).subscribe((res) => {
|
||||
if(res) {
|
||||
this.service.msgSrv.success('审核成功!')
|
||||
this.service.msgSrv.success('生成电子单据成功!')
|
||||
this.modal.destroy(true);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user