杨江 2 år sedan
förälder
incheckning
aba0536b55
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      nngkxxdp/src/main/resources/static/zdjc/sy.html

+ 2 - 1
nngkxxdp/src/main/resources/static/zdjc/sy.html

@@ -370,10 +370,11 @@
 
 			function openWindow(data) {
 				//console.log(dataMap[data])
-				console.log(data.id);
+				alert(data);
 				sessionStorage.ELK_ARTICLE = JSON.stringify(dataMap[data].sourceAsMap);
 				var ELK_ARTICLE=sessionStorage.getItem("ELK_ARTICLE");
 				console.log(ELK_ARTICLE);
+				alert(ELK_ARTICLE)
 				if(ELK_ARTICLE==""){
 					$.ajax({
 						url: PATH + '/elk/getarticle',