reuse
This commit is contained in:
@ -65,6 +65,7 @@ export class RefundRecordComponent extends BasicTableComponent implements OnInit
|
||||
{
|
||||
label: '拒绝',
|
||||
type: 'default',
|
||||
loading: () => this.service.http.loading,
|
||||
onClick: () => {
|
||||
if (!this.msg) {
|
||||
this.service.msgSrv.warning('请填写原因');
|
||||
@ -88,6 +89,7 @@ export class RefundRecordComponent extends BasicTableComponent implements OnInit
|
||||
{
|
||||
label: '通过',
|
||||
type: 'primary',
|
||||
loading: () => this.service.http.loading,
|
||||
onClick: () => {
|
||||
this.service
|
||||
.request(this.service.$api_agree_refund_record, {
|
||||
|
||||
Reference in New Issue
Block a user