@@ -277,6 +277,7 @@ $(function () {
$(".selc-list li").click(function (e) {
e.stopPropagation()
codeVal = $(this).attr('data-val')
+ codeType = '1'
$(".searchStr").val('')
$(this).addClass('active').siblings().removeClass('active');
$(".knowledge li").eq(0).addClass('tabFst').siblings().removeClass('tabFst')