|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2021-09-14 10:22:09
|
|
* @Date: 2021-09-14 10:22:09
|
|
- * @LastEditTime: 2021-10-27 15:08:06
|
|
|
|
|
|
+ * @LastEditTime: 2021-10-28 09:34:57
|
|
* @LastEditors: Please set LastEditors
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /MedicalWisdomCheckSys/src/pages/GradeHospitalAccreditation/articleManagement/index.tsx
|
|
* @FilePath: /MedicalWisdomCheckSys/src/pages/GradeHospitalAccreditation/articleManagement/index.tsx
|
|
@@ -137,6 +137,7 @@ const ArticleManagement: React.FC<ArticleManagementProps> = (props) => {
|
|
const onSelectHandle = (data: MccsFileTree.childTree) => {
|
|
const onSelectHandle = (data: MccsFileTree.childTree) => {
|
|
//左侧树节点点击回调
|
|
//左侧树节点点击回调
|
|
setCurrentActivedTree(data);
|
|
setCurrentActivedTree(data);
|
|
|
|
+ setArticleSettingFormInit({});//清空默认值
|
|
//重新获取数据
|
|
//重新获取数据
|
|
tableRef?.current?.getTableRef().current?.reload();
|
|
tableRef?.current?.getTableRef().current?.reload();
|
|
restModelData.setTabKey('1');
|
|
restModelData.setTabKey('1');
|
|
@@ -487,9 +488,11 @@ const ArticleManagement: React.FC<ArticleManagementProps> = (props) => {
|
|
/>
|
|
/>
|
|
</TabPane>
|
|
</TabPane>
|
|
<TabPane tab="自评结果" key="2">
|
|
<TabPane tab="自评结果" key="2">
|
|
|
|
+ <div className='selfEvolutionTitle'>开始自评</div>
|
|
<div className='selfEvolutionArea'>
|
|
<div className='selfEvolutionArea'>
|
|
- <div className='selfEvolutionTitle'>开始自评</div>
|
|
|
|
|
|
+
|
|
<MccsClickableTabs
|
|
<MccsClickableTabs
|
|
|
|
+ classNames='tabWrap'
|
|
onChange={(value: { label: string, value: any }) => restModelData.onSelfEvolutionTabChange(value)}
|
|
onChange={(value: { label: string, value: any }) => restModelData.onSelfEvolutionTabChange(value)}
|
|
data={restModelData.targetScores}
|
|
data={restModelData.targetScores}
|
|
value={restModelData.selectedSelfEvolution}
|
|
value={restModelData.selectedSelfEvolution}
|