修复Vue3树形下拉不能默认选中(I64ESN)

This commit is contained in:
RuoYi 2022-12-07 20:24:08 +08:00
parent 9748e10339
commit 4536906b21
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@
value-key="${treeCode}" value-key="${treeCode}"
placeholder="请选择${comment}" placeholder="请选择${comment}"
check-strictly check-strictly
:render-after-expand="false"
/> />
</el-form-item> </el-form-item>
#elseif($column.htmlType == "input") #elseif($column.htmlType == "input")