From 35fd9852468ac74d7d8975b6be25e7932cf333c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 28 Apr 2023 10:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81-=E8=96=AA=E9=85=AC=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=88=86=E6=9E=90=E6=A8=A1=E5=9D=97=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysisOfSalaryStatistics/components/dimensionSlide.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js index f7104324..b7bd9c2e 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js @@ -167,8 +167,7 @@ class DimensionSlide extends Component { render() { const { loading, dimType, setting4RationGroupSpacing, setting4RationGroupIndividual } = this.state; - const { form, condition } = this.props; - console.log(this.props); + const { form, condition, formId } = this.props; return ( - {getLabel(111, "新建统计维度")} + {formId ? getLabel(111, "编辑统计维度") : getLabel(111, "新建统计维度")} }