소스 검색

fix:
是否同步BI

WanRuixiang 3 달 전
부모
커밋
6e50740c7f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/app/pages/IndexDefine/components/IndexCreator.jsx

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

@@ -58,7 +58,8 @@ const component = forwardRef(({
               unit:defaultConfig?.unit,
               way:defaultConfig?.way,
               startTime:defaultConfig?.startTime,
-              incrementPeriod:defaultConfig?.period
+              incrementPeriod:defaultConfig?.period,
+              syncToBI:defaultConfig?.syncToBI,
             })
           }
         }