Browse Source

fix:
是否同步BI

WanRuixiang 3 months ago
parent
commit
6e50740c7f
1 changed files with 2 additions and 1 deletions
  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,
             })
           }
         }