fzq #31

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

View File

@ -101,7 +101,7 @@ const addOrUpdateConfigs = {
required: true,
type: 'select',
options: [],
relatedField: 'sectionId', // idlineIdsectionId
relatedField: 'sectionId' // idlineIdsectionId
},
{
name: 'sectionId',
@ -112,7 +112,8 @@ const addOrUpdateConfigs = {
},
{
name: 'sort',
label: i18n.t('ws.sort')
label: i18n.t('ws.sort'),
rules: [{ type: 'number', message: i18n.t('hints.number'), transform: val => Number(val) }]
},
{
name: 'groupId',