Commit a1232074 by 史雅文

提交

parents 721945d1 fcfe6b6a
...@@ -436,29 +436,23 @@ export const formProps: FormProps = { ...@@ -436,29 +436,23 @@ export const formProps: FormProps = {
{ key: 1, label: '已交接', value: '已交接' }, { key: 1, label: '已交接', value: '已交接' },
{ key: 2, label: '未交接', value: '未交接' }, { key: 2, label: '未交接', value: '未交接' },
], ],
defaultSelect: '', defaultSelect: null,
datasourceType: 'staticData', datasourceType: 'dic',
params: null, params: { itemId: '2014529955617251329' },
labelField: 'label', labelField: 'name',
valueField: 'value', valueField: 'value',
apiConfig: { apiConfig: {
path: '/bmxx/getworkteamList', path: 'CodeGeneration/selection',
method: 'GET', method: 'GET',
apiId: 'eeb487680f4a46f8b6bb1113a443fff4', apiId: '93d735dcb7364a0f8102188ec4d77ac7',
apiParams: [
{ key: '1', title: 'Query Params', tableInfo: [] },
{ key: '2', title: 'Header', tableInfo: [] },
{ key: '3', title: 'Body' },
],
script:
'var sql="select id as value,name as label from mes_work_team";\r\nreturn db.select(sql);',
}, },
dicOptions: [], dicOptions: [],
required: false, required: true,
rules: [], rules: [],
events: {}, events: {},
isShow: true, isShow: true,
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
itemId: '2014529955617251329',
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },
......
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