Commit 4536906b authored by RuoYi's avatar RuoYi

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

parent 9748e103
...@@ -166,6 +166,7 @@ ...@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment