搜索框切换状态后立即查询,不用点击查询按钮
This commit is contained in:
@@ -163,6 +163,9 @@ for(c in table.columnList){
|
|||||||
<% if(isMultiple){ %>
|
<% if(isMultiple){ %>
|
||||||
mode: 'multiple',
|
mode: 'multiple',
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% if(c.columnName == 'status'){ %>
|
||||||
|
onChange: handleSuccess,
|
||||||
|
<% } %>
|
||||||
},
|
},
|
||||||
<% }else if(c.showType == 'radio' || c.showType == 'checkbox'){ %>
|
<% }else if(c.showType == 'radio' || c.showType == 'checkbox'){ %>
|
||||||
component: '${@StringUtils.cap(c.showType)}Group',
|
component: '${@StringUtils.cap(c.showType)}Group',
|
||||||
|
|||||||
Reference in New Issue
Block a user