diff --git a/src/api/pay/app/index.ts b/src/api/pay/app/index.ts index 4bb06b36..b1a2d0dd 100644 --- a/src/api/pay/app/index.ts +++ b/src/api/pay/app/index.ts @@ -2,6 +2,7 @@ import request from '@/config/axios' export interface AppVO { id: number + appKey: string name: string status: number remark: string diff --git a/src/views/pay/app/components/AppForm.vue b/src/views/pay/app/components/AppForm.vue index b99766c1..bf6553ee 100644 --- a/src/views/pay/app/components/AppForm.vue +++ b/src/views/pay/app/components/AppForm.vue @@ -10,6 +10,9 @@ + + + { status: CommonStatusEnum.ENABLE, remark: undefined, orderNotifyUrl: undefined, - refundNotifyUrl: undefined + refundNotifyUrl: undefined, + appKey: undefined } formRef.value?.resetFields() } diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index 6b60d9b1..9ca08134 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -64,8 +64,8 @@ - - + +