|
@@ -391,7 +391,7 @@ class SpreadDrop extends Component{
|
|
let showDefaulted = this.ifDefault();
|
|
let showDefaulted = this.ifDefault();
|
|
let showV = showDefaulted&&value===undefined?showVal:value; //未选中过值时展示默认选中
|
|
let showV = showDefaulted&&value===undefined?showVal:value; //未选中过值时展示默认选中
|
|
const noPushData = (+tagType===11)&&(!data[1]||!data[1].questionDetailList||data[1].questionDetailList.length===0); //无推送数据
|
|
const noPushData = (+tagType===11)&&(!data[1]||!data[1].questionDetailList||data[1].questionDetailList.length===0); //无推送数据
|
|
- const showCommonData = (+type===2)&&(+tagType===11)&&noPushData&&CommonSymptoms.length>0?true:false;
|
|
|
|
|
|
+ const showCommonData = (+tagType===11)&&noPushData&&CommonSymptoms.length>0?true:false;
|
|
if(!show&&tmpDom){
|
|
if(!show&&tmpDom){
|
|
$(tmpDom).parent().prev().attr({"contentEditable":true})
|
|
$(tmpDom).parent().prev().attr({"contentEditable":true})
|
|
}
|
|
}
|