Karsa 3 сар өмнө
parent
commit
de0229f5bf

+ 1 - 1
src/views/dataEntry_manage/mixins/chartPublic.js

@@ -585,7 +585,7 @@ export const chartSetMixin = {
       }else if(this.chartInfo.Source===6){//拟合方程
         res=await fittingEquationInterface.setChartLangInfo({
           ChartInfoId: paramsData.ChartInfoId,
-          ChartNameEn: paramsData.ChartName
+          ChartName: paramsData.ChartName
         })
       }else if([7,8,9].includes(this.chartInfo.Source)){//统计特征
         res=await statisticFeatureInterface.setChartLangInfo({