浏览代码

Merge branch 'lcq' into newVersion6.0

morphone1995 4 年之前
父节点
当前提交
89053fdf88
共有 1 个文件被更改,包括 3 次插入2 次删除
  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
     }