marseyes 2 anni fa
parent
commit
4cbd8ae466
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/main/webapp/js/app/stinfo/ITP_STINFO04010.js

+ 2 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO04010.js

@@ -354,6 +354,7 @@ let pageObj = {
354 354
         this.ui.init();
355 355
         this.event.init();
356 356
         // this.fileUpload();
357
+		uploadObj.change();
357 358
     },
358 359
     ui: {
359 360
         init: function () {
@@ -753,7 +754,7 @@ let modifyObj = {
753 754
 let uploadObj = {
754 755
 	init: function () {
755 756
 		this.grid.init();
756
-		this.change();
757
+		// this.change();
757 758
 	}, 
758 759
 	button: {
759 760
         downTemplate: function() {