fzq #31

Closed
fanzhiqin wants to merge 215 commits from fzq into test
Showing only changes of commit d0f113513c - Show all commits

View File

@ -113,7 +113,7 @@ const addOrUpdateConfigs = {
{
name: 'sort',
label: i18n.t('ws.sort'),
rules: [{ type: 'number', message: i18n.t('hints.number'), transform: val => Number(val) }]
rules: [{ type: 'number', message: i18n.t('hints.number'), trigger: 'blur', transform: val => Number(val) }]
},
{
name: 'groupId',