Browse Source

专题,T30选中修改

chenjz 3 years ago
parent
commit
8616fdf2ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/static/js/analysis/special_analysis.js

+ 1 - 1
src/main/webapp/static/js/analysis/special_analysis.js

@@ -471,7 +471,7 @@ function getProductRankList(){
471 471
 		if(res.code == 1 && res.data){
472 472
 			if(res.data.length > 0){
473 473
 				$.each(res.data, function(index, item){
474
-					html += "<tr class='"+(cur_brand == item.productName  && $("#type").val() == 0 ? 'trHover':'')+"'>"+
474
+					html += "<tr class='"+(cur_brand == item.productName && cur_secondInd == item.secondInd && $("#type").val() == 0 ? 'trHover':'')+"'>"+
475 475
 						"<td>"+(index+1)+"</td>"+
476 476
 						"<td>"+item.productName+"</td>"+
477 477
 						"<td>"+item.secondInd+"</td>"+