update 标准法规库:适用类型、动力类型字典下拉加全选
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
:type="'select'"
|
||||
:triggerChange="false"
|
||||
:options="optionsData[item.dbFieldName]"
|
||||
:openSelectedAll="openSelectedAllFieldList.includes(item.dbFieldName)"
|
||||
:dictCode="item.fieldHref ? null : item.dictField" />
|
||||
<!-- 12, 树选择 -->
|
||||
<s-tree-select
|
||||
@@ -250,6 +251,14 @@ export default {
|
||||
return []
|
||||
}
|
||||
},
|
||||
// 数据字典多选,需要全选的字段列表
|
||||
openSelectedAllFieldList: {
|
||||
type: Array,
|
||||
required: false,
|
||||
default: () => {
|
||||
return []
|
||||
}
|
||||
},
|
||||
// 需要隐藏的字段
|
||||
hiddenFieldList: {
|
||||
type: Array,
|
||||
|
||||
Reference in New Issue
Block a user