bug: 标准入库流程--圈住的字段应该是支持多选的

This commit is contained in:
fanlin
2021-07-27 10:41:37 +08:00
parent c796c9f67c
commit 00a374ff9d
2 changed files with 17 additions and 3 deletions
@@ -6,6 +6,7 @@
:size="width"
:append-to-body=true
:before-close="cancelUserInfo"
:show-checkbox="showCheckBox"
>
<el-tree class="common-tree" :style="style" ref="tree" :data="data" :props="defaultProps"
:load="loadNode"
@@ -111,6 +112,12 @@
return '';
}
},
showCheckBox:{
type: Boolean,
default () {
return true;
}
},
// 配置是否展开
modalShowFlag: {
type: Boolean,