wupengfei
3 天以前 4f44fbb830d506669f9cc1958be7b006fbacd900
src/views/EnterpriseManage/components/WechatConfigureView.vue
@@ -153,6 +153,7 @@
          v-model="form.subject_type"
          :valueEnum="EnumWeChatPayApplymentSubjectTypeText"
          placeholder="请选择主体类型"
          @change="handleSubjectTypeChange"
        >
        </ProFormSelect>
      </ProFormItemV2>
@@ -896,7 +897,7 @@
              v-model:file-url="form.web_authorisation"
              :limit="1"
              :limitFileSize="10"
              accept="jpg/jpeg,png,pdf"
              accept="jpg/jpeg,png"
            ></ProFormUpload>
            <el-button
              style="margin-left: 10px"
@@ -1747,6 +1748,13 @@
  );
}
function handleSubjectTypeChange() {
  form.cert_type = '' as any as EnumWeChatPayApplymentCertType;
  form.id_holder_type = '' as any as EnumWeChatPayApplymentIdHolderType;
  form.id_doc_type = '' as any as EnumWeChatPayApplymentIdDocType;
  form.bank_account_type = EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE;
}
defineExpose({
  onConfirm: openEnterpriseWeChatPayWallet,
});