From aceaa78144032843c543b0ba3a54bed9c529c0c1 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 13 十月 2025 13:54:07 +0800 Subject: [PATCH] fix: s --- src/views/EnterpriseManage/components/WechatConfigureView.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/EnterpriseManage/components/WechatConfigureView.vue b/src/views/EnterpriseManage/components/WechatConfigureView.vue index f39f332..6af44bc 100644 --- a/src/views/EnterpriseManage/components/WechatConfigureView.vue +++ b/src/views/EnterpriseManage/components/WechatConfigureView.vue @@ -18,6 +18,7 @@ v-model.trim="form.contact_type" :value-enum="EnumWeChatPayApplymentContactTypeText" :button-style="false" + :convertEnumValue="false" /> </ProFormItemV2> <ProFormItemV2 @@ -984,7 +985,7 @@ const form = reactive({ business_code: '', - contact_type: '' as any as EnumWeChatPayApplymentContactType, + contact_type: EnumWeChatPayApplymentContactType.LEGAL, contact_name: '', contact_id_doc_type: '' as any as EnumWeChatPayApplymentIdDocType, contact_id_number: '', -- Gitblit v1.9.1