Explorar el Código

Merge branch 'lcq' into newVersion6.0

morphone1995 hace 4 años
padre
commit
89053fdf88
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/components/HistoryCaseContainer/HistoryList/index.jsx

+ 3 - 2
src/components/HistoryCaseContainer/HistoryList/index.jsx

@@ -222,11 +222,12 @@ class HistoryCaseContainer extends React.Component {
 
     // 引用,右侧文本数据同步渲染
     handleQuoteClick(e,val,idx){
+      e.stopPropagation()
       this.setState({
         visible:true,
         activeId:idx,
-        activeHis:val,
-        dataStr: JSON.parse(val.preview) || [],
+        // activeHis:val,
+        // dataStr: JSON.parse(val.preview) || [],
       })
       document.body.scrollTop = document.documentElement.scrollTop = 0
     }