var iscurrentterm = data.data.termlist; |
var defaultcurrentterm = '' ; |
var currenttermNo = '' ; |
if (iscurrentterm.length > 0) { |
defaultcurrentterm = iscurrentterm[0].ID; |
currenttermNo = iscurrentterm[0].ID + ':' + iscurrentterm[0].TimeName + "|" +iscurrentterm[0].TermName ; |
for ( var i = 1; i < iscurrentterm.length; i++) { |
currenttermNo += ';' + iscurrentterm[i].ID + ':' + iscurrentterm[i].AreaName + "|" +iscurrentterm[0].TermName; |
} |
} |
var isdegreeList = data.data.degreelist; |
by: 发表于:2017-10-17 15:02:08 顶(0) | 踩(0) 回复
??
回复评论