|
@@ -88,7 +88,7 @@ const app=createApp({
|
|
|
console.log("this.tomcat_res : "+this.tomcat_res);
|
|
|
console.log("------this.books : "+this.books);
|
|
|
const _books=this.books;
|
|
|
- const _tomcat_res=this.tomcat_res;
|
|
|
+ let _tomcat_res=this.tomcat_res;
|
|
|
// console.log("------this : "+this);
|
|
|
const request = new XMLHttpRequest();
|
|
|
request.onload=function(){
|