mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 05:39:06 +00:00
fix: 修复更新平台设置弹窗不能打开问题
This commit is contained in:
committed by
Jiangjie.Bai
parent
79aa64c999
commit
6e4ea15d82
@@ -17,8 +17,6 @@
|
||||
:show-cancel="false"
|
||||
:show-confirm="false"
|
||||
:destroy-on-close="true"
|
||||
v-bind="$attrs"
|
||||
v-on="$listeners"
|
||||
>
|
||||
<AutoDataForm
|
||||
ref="autoDataForm"
|
||||
@@ -33,7 +31,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Dialog, AutoDataForm } from '@/components'
|
||||
import Dialog from '../../../components/Dialog'
|
||||
import AutoDataForm from '../../../components/AutoDataForm'
|
||||
import { DynamicInput } from '@/components/FormFields'
|
||||
|
||||
export default {
|
||||
|
Reference in New Issue
Block a user