소스 검색

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 }]}
                   />