Przeglądaj źródła

打开量表时量表列表、评估不关闭1324

zhouna 6 lat temu
rodzic
commit
b975e39a47

+ 2 - 2
src/common/components/ConfirmModal/index.less

@@ -6,7 +6,7 @@
     border-radius: 5px;
     background: #fff;
     overflow: hidden;
-    z-index: 9999;
+    z-index: 1999;
 }
 
 .modal-title {
@@ -85,5 +85,5 @@
     opacity: .6;
     filter:alpha(opacity=60);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
-    z-index: 9998;
+    z-index: 1998;
 }

+ 1 - 1
src/components/AssessResult/ScaleItem/index.jsx

@@ -64,7 +64,7 @@ class ScaleItem extends Component {
   }
   handleShowScale(item){
     const {showScaleFn,closeAssess} = this.props;
-    closeAssess&&closeAssess();    //关闭评估弹窗
+    //closeAssess&&closeAssess();    //关闭评估弹窗
     showScaleFn&&showScaleFn(item);
   }
   handleRadio(item,parent){

+ 1 - 1
src/components/ChronicInfo/index.jsx

@@ -81,7 +81,7 @@ class ChronicInfo extends React.Component{
   }
   handleListClick(item){//量表列表单项点击
     this.showTable(item,null);
-    this.close()
+    //this.close()
   }
 
   showInfo(id){