Browse Source

fix:拟合方程曲线en版本修改名称字段错误

Karsa 4 months ago
parent
commit
d2bdf98d72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataEntry_manage/mixins/chartPublic.js

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

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