@@ -389,8 +389,8 @@ class SpreadDrop extends Component{
const {placeholder,value,show,data,order,type,tagType,pos,defaulted,showVal,CommonSymptoms,select_start,i,boxMark} = this.props;
const {tmpDom,left} = this.state;
let showDefaulted = this.ifDefault();
- let showV = showDefaulted&&value===undefined?showVal:value; //未选中过值时展示默认选中
- const noPushData = (+tagType===11)&&(!data[1]||data[1].questionDetailList.length===0); //无推送数据
+ let showV = showDefaulted&&value===undefined?showVal:value; //未选中过值时展示默认选中
+ 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;
if(!show&&tmpDom){
$(tmpDom).parent().prev().attr({"contentEditable":true})