Commit 1acc26b9 authored by youjie's avatar youjie

no message

parent 0a957213
...@@ -193,6 +193,18 @@ ...@@ -193,6 +193,18 @@
postMsg.push(item); postMsg.push(item);
}) })
} }
for(let i=0;i<dataList.length;i++){
if(dataList[i].SurveyType==2||dataList[i].SurveyType==3){
for(let j=0;j<dataList[i].SurveyOptionsList.length;j++){
let filter = dataList[i].SurveyOptionsList[j].filter(x=>x.IsCheck!='1')
console.log(filter,'----------')
if(filter.length==0){
layer.msg("请选择"+dataList[i].Title)
return
}
}
}
}
$('#submitB').attr('disabled', true) $('#submitB').attr('disabled', true)
$.ajax({ $.ajax({
type: "POST", type: "POST",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment