From 9e8468061176f7ad4ad1cd7f294ae9e87afd22dc Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Thu, 13 Nov 2025 17:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AE=A1=E5=88=92=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SEConfigPage.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/CustomPages/SE/SEConfigPage.js b/src/components/CustomPages/SE/SEConfigPage.js index 08dc943..4533155 100644 --- a/src/components/CustomPages/SE/SEConfigPage.js +++ b/src/components/CustomPages/SE/SEConfigPage.js @@ -191,7 +191,7 @@ class SEConfigPage extends React.Component { 合格线 - + { @@ -241,6 +241,21 @@ class SEConfigPage extends React.Component { + 公司培训计划触发时间 + + { + let data = this.state.data; + data.DEP_TRAIN_PLAN_START_TIME = value; + this.setState(data) + }} + /> + + + + {/* 部门培训计划发起时间 - + */}