fix: 【ID1004126】【仪表板】添加文本下拉组件,未开启多选实际可以拖动多个字段
This commit is contained in:
parent
45e304f132
commit
b30564568c
@ -43,6 +43,7 @@
|
||||
<div v-else-if="showDomType === 'field'">
|
||||
<draggable
|
||||
v-model="fieldDatas"
|
||||
:disabled="selectField.length !== 0"
|
||||
:options="{group:{name: 'dimension',pull:'clone'},sort: true}"
|
||||
animation="300"
|
||||
:move="onMove"
|
||||
@ -93,6 +94,7 @@
|
||||
<div v-else-if="comShowDomType === 'field'">
|
||||
<draggable
|
||||
v-model="comFieldDatas"
|
||||
:disabled="selectField.length !== 0"
|
||||
:options="{group:{name: 'dimension',pull:'clone'},sort: true}"
|
||||
animation="300"
|
||||
:move="onMove"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user