修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-11 11:09:23 +08:00
parent 0f78e9fc6c
commit 44a2fa1d16
20 changed files with 83 additions and 20 deletions
+1
View File
@@ -86,6 +86,7 @@
:dropdownStyle="{maxHeight:'200px',overflow:'auto'}"
:treeData="treeData"
:disabled="disable"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
v-model="model.parentId"
:placeholder="$t('nothing')">
</a-tree-select>
@@ -48,6 +48,7 @@
<span slot="help">{{ validateStatus=='error'? $t('selectSuperiorMenu'):'&nbsp;&nbsp;' }}</span>
<a-tree-select
style="width:100%"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
:dropdownStyle="{ maxHeight: '200px', overflow: 'auto' }"
:treeData="treeData"
v-model="model.parentId"