浏览代码

fix:
是否同步BI

WanRuixiang 3 月之前
父节点
当前提交
0710fa28bf
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 }]}
                   />