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