Commit 2634e353 authored by 赵啸非's avatar 赵啸非

添加级联

parent 1935324c
Pipeline #2859 failed with stages
......@@ -55,7 +55,7 @@ public class DesignCascadeComponent extends DesignComponent {
propsChild.setExpandTrigger("click");
propsChild.setMultiple(false);
propsChild.setCheckStrictly(false);
propsChild.setLabel("lable");
propsChild.setLabel("label");
propsChild.setValue("value");
propsChild.setChildren("children");
props.setProps(propsChild);
......
......@@ -19,7 +19,7 @@
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="true" />
<property name="showSql" value="true" />
<property name="showSql" value="false" />
</plugin>
<!-- <plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor">
......
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