diff --git a/src/views/run/instant/CreateModal.vue b/src/views/run/instant/CreateModal.vue index 56a97fb..4b9a108 100644 --- a/src/views/run/instant/CreateModal.vue +++ b/src/views/run/instant/CreateModal.vue @@ -117,7 +117,7 @@ async function updatempName(selectedRowKeys, selectedRows) { defaultValue: versionList[0]?.value }) updateSchema({ - field: 'calcGroup', + field: 'group', componentProps: { options: calcGroupList, }, diff --git a/src/views/run/instant/instant.data.ts b/src/views/run/instant/instant.data.ts index 4644e32..5f82631 100644 --- a/src/views/run/instant/instant.data.ts +++ b/src/views/run/instant/instant.data.ts @@ -381,7 +381,7 @@ export const createInstantForm: FormSchema[] = [ }, { label: '计算组', - field: 'calcGroup', + field: 'group', component: 'Select', componentProps: { options: [], @@ -410,7 +410,7 @@ export const createInstantForm: FormSchema[] = [ }, { label: '是否存储', - field: 'hisSto', + field: 'isStore', component: 'RadioGroup', defaultValue: '1', componentProps: {