Browse Source

删除诊断家提示语

luolei 4 năm trước cách đây
mục cha
commit
0e52fbc020
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/DiagnosticList/index.jsx

+ 2 - 2
src/components/DiagnosticList/index.jsx

@@ -286,7 +286,7 @@ class DiagnosticList extends Component {
     render(){
         const { list, treatment,pushMessage, showReferRecord, showHistoryCase ,chronicMagItem,loading,refreshScroller,windowWidth,hideChronic} = this.props;
       const {showTipsDetails,tipsDetails,showAllName}=pushMessage;
-        const {visible, treatTitle, showAssess, isAssessConfirm, assessId, disName, hasOndel, hasOnIndex,hasEnterItem,hasEnterImg} = this.state;
+        const {visible, treatTitle, showAssess, isAssessConfirm, assessId, disName, hasOndel, hasOnIndex,hasEnterItem,hasEnterImg,delItem} = this.state;
         const chronicList = JSON.parse(localStorage.getItem('chronic')||null);
         //let isChronic = false;      //是否要显示管理评估
         const footer = <Footer print={true}
@@ -359,7 +359,7 @@ class DiagnosticList extends Component {
                                   cancel={this.cancel}
                                   close={this.close}
                                   >
-                                  <div className={style['del-msg']}>是否删除诊断?</div> 
+                                  <div className={style['del-msg']}>是否删除诊断{delItem.name}?</div> 
                     </ConfirmModal>
                     {/*<ConfirmModal visible={showReferRecord} okText='是' cancelText='否' confirm={this.referRecord}  cancel={this.noReferRecord} close={this.noReferRecord}>
                         <div className={style['confirm-info']}>是否引用往期病历</div>