edit
This commit is contained in:
@ -55,6 +55,8 @@ export class InvoiceRequestedComponent {
|
||||
};
|
||||
|
||||
afterRes = (data: any[], rawData?: any) => {
|
||||
this.totalCallNo = 0;
|
||||
this.selectedRows = [];
|
||||
return data.map(item => ({
|
||||
...item,
|
||||
disabled: item.expressHSts
|
||||
|
||||
@ -47,6 +47,8 @@ export class RequestedInvoiceModalComponent {
|
||||
if (res) {
|
||||
this.service.msgSrv.success('移除成功');
|
||||
this.modal.destroy(true);
|
||||
} else {
|
||||
this.service.msgSrv.warning('移除失败');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user