dev-xjf
master
@ -117,7 +117,7 @@ async function updatempName(selectedRowKeys, selectedRows) {
defaultValue: versionList[0]?.value
})
updateSchema({
field: 'calcGroup',
field: 'group',
componentProps: {
options: calcGroupList,
},
@ -381,7 +381,7 @@ export const createInstantForm: FormSchema[] = [
{
label: '计算组',
component: 'Select',
options: [],
@ -410,7 +410,7 @@ export const createInstantForm: FormSchema[] = [
label: '是否存储',
field: 'hisSto',
field: 'isStore',
component: 'RadioGroup',
defaultValue: '1',