Browse Source

fix:
是否同步BI

WanRuixiang 3 months ago
parent
commit
0710fa28bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/pages/IndexDefine/components/IndexCreator.jsx

+ 1 - 0
src/app/pages/IndexDefine/components/IndexCreator.jsx

@@ -292,6 +292,7 @@ const component = forwardRef(({
                   <ProFormRadio.Group
                     name="way"
                     label={t("formItem.invokeWay")}
+                    initialValue={initialValues?.syncToBI || 'INC'}
                     options={PERSISTENCE_WAY}
                     rules={[{ required: true }]}
                   />