机构加盟数据源配置解决多次打开会有记录问题

This commit is contained in:
1378012178@qq.com 2026-03-06 09:43:05 +08:00
parent 20f2b5a7c3
commit 0a4cecaa9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<a-drawer :title="title" :width="width" v-model:visible="visible" :closable="true"
:footer-style="{ textAlign: 'right' }" :bodyStyle="{ padding: '14px' }" @close="handleCancel">
<DataSourceForm ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit" :formBpm="false">
<DataSourceForm v-if="visible" ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit" :formBpm="false">
</DataSourceForm>
<template #footer>
<a-button type="primary" style="margin-right: 8px" @click="handleCancel">关闭</a-button>