xuzhiheng 5 éve
szülő
commit
4122c4709d

+ 0 - 1
src/jfw/modules/app/src/web/templates/dataExport/dataExport_area.html

@@ -799,7 +799,6 @@
 						 for(var i in area){
 							 $(".tab").each(function(){
 								 let provinces = $(this).children(".province").text().replace(/\s/g,"");
-								 let cityarr = $(this).next().find(".city").text();
 								 if(provinces === area[i]){
 									 province.push(area[i]);
 									 $(this).next().children(".city").addClass("active");

+ 0 - 1
src/web/templates/weixin/dataExport/dataExport_area.html

@@ -763,7 +763,6 @@
 						 for(var i in area){
 							 $(".tab").each(function(){
 								 let provinces = $(this).children(".province").text().replace(/\s/g,"");
-								 let cityarr = $(this).next().find(".city").text();
 								 if(provinces === area[i]){
 									 province.push(area[i]);
 									 $(this).next().children(".city").addClass("active");