|
@@ -28,17 +28,17 @@ class PushContainer extends Component {
|
|
|
this.state = {
|
|
|
data: null,
|
|
|
tabs: [{
|
|
|
- title: '辅助信息',
|
|
|
- disabled: true
|
|
|
- },
|
|
|
+ title: '辅助信息',
|
|
|
+ disabled: true
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // title: '病历质控',
|
|
|
+ // }, {
|
|
|
+ // title: '模板',
|
|
|
+ // },
|
|
|
{
|
|
|
- title: '病历质控',
|
|
|
- }, {
|
|
|
- title: '模板',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '医学知识',
|
|
|
- }
|
|
|
+ title: '医学知识',
|
|
|
+ }
|
|
|
],
|
|
|
visible: false,
|
|
|
message: '', //提示的内容
|
|
@@ -111,6 +111,7 @@ class PushContainer extends Component {
|
|
|
*/
|
|
|
handleActiveClick(id) {
|
|
|
store.dispatch(allCheckedShowAdmin(false))
|
|
|
+ console.log(id,'aaaaaaa')
|
|
|
if (id == '2') {
|
|
|
document.getElementById("searchTmp").value = ""
|
|
|
// let searchVal = document.getElementById("searchTmp").value
|
|
@@ -594,8 +595,8 @@ class PushContainer extends Component {
|
|
|
>
|
|
|
<TemplateContainer activeId={activeId}>
|
|
|
<PushItemsContainer></PushItemsContainer>
|
|
|
- <CaseQuailty></CaseQuailty>
|
|
|
- <TemplateItems
|
|
|
+ {/* <CaseQuailty></CaseQuailty> */}
|
|
|
+ {/* <TemplateItems
|
|
|
items={items}
|
|
|
clearSearch={clearSearch}
|
|
|
adminItems={adminItems}
|
|
@@ -627,7 +628,7 @@ class PushContainer extends Component {
|
|
|
clearTemplateSearch={this.clearTemplateSearch}
|
|
|
reset = {reset}
|
|
|
clearReset = {this.clearReset}
|
|
|
- ></TemplateItems>
|
|
|
+ ></TemplateItems> */}
|
|
|
<MedicalInfoContainer></MedicalInfoContainer>
|
|
|
</TemplateContainer>
|
|
|
</Tab>
|