Преглед на файлове

object array operation done

night-cherry преди 1 месец
родител
ревизия
d11a954ff1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -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(){