修复通道编辑选择行政区划弹窗异常

This commit is contained in:
648540858
2024-11-07 17:18:13 +08:00
parent ba91f09518
commit 19a19851d1
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
</el-select>
</el-form-item>
<el-form-item label="父节点编码" >
<el-input v-model="form.gbParentId" placeholder="请输入父节点编码">
<el-input v-model="form.gbParentId" placeholder="请输入父节点编码或选择所属虚拟组织">
<template v-slot:append>
<el-button @click="chooseGroup()">选择</el-button>
</template>

View File

@@ -4,6 +4,7 @@
width="65rem"
top="2rem"
center
:append-to-body="true"
:close-on-click-modal="false"
:visible.sync="showVideoDialog"
:destroy-on-close="false"