搜索框切换状态后立即查询,不用点击查询按钮

This commit is contained in:
thinkgem
2022-05-01 23:37:39 +08:00
parent b16d6bd4bd
commit b704cdc55b

View File

@@ -163,6 +163,9 @@ for(c in table.columnList){
<% if(isMultiple){ %>
mode: 'multiple',
<% } %>
<% if(c.columnName == 'status'){ %>
onChange: handleSuccess,
<% } %>
},
<% }else if(c.showType == 'radio' || c.showType == 'checkbox'){ %>
component: '${@StringUtils.cap(c.showType)}Group',