From 7108cde060e3f3cb2b9eeecd3502d05efff95321 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 18 Aug 2024 15:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E6=94=AF=E4=BB=98=EF=BC=9A=E6=94=AF=E4=BB=98=E5=BA=94?= =?UTF-8?q?=E7=94=A8=EF=BC=8C=E5=A2=9E=E5=8A=A0=20appKey=20=E6=A0=87?= =?UTF-8?q?=E8=AF=86=EF=BC=8C=E7=94=A8=E4=BA=8E=E4=B8=8D=E5=90=8C=E6=8E=A5?= =?UTF-8?q?=E5=85=A5=E6=96=B9=E7=9A=84=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pay/app/index.ts | 1 + src/views/pay/app/components/AppForm.vue | 19 +++++++++++-------- src/views/pay/app/index.vue | 18 +++++++++++++----- 3 files changed, 25 insertions(+), 13 deletions(-) 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 @@ - - + +