Procházet zdrojové kódy

모바일 구매요청현황 목록 오류 수정

juney před 2 roky
rodič
revize
209d6d4e45

+ 1 - 0
src/main/webapp/mobile/js/app/mpomng/ITP_MPOMNG02010.js

@@ -190,6 +190,7 @@ let mobContentObj = {
190 190
 		},
191 191
 		action: function () {
192 192
 			var _this = this;
193
+			$(document).off('click');
193 194
 			$(document).on('click', '#ITP_LIST_MPOMNG02010_ITEM_ROWS li', function() {
194 195
 				var index = $(this).index();
195 196
 				var item = _this.rows[index];

+ 2 - 2
src/main/webapp/mobile/js/properties.js

@@ -1,6 +1,6 @@
1 1
 
2
-const DOMAIN = 'http://106.246.249.162:38050';
3
-// const DOMAIN = 'http://192.168.0.13:8050';
2
+// const DOMAIN = 'http://106.246.249.162:38050';
3
+const DOMAIN = 'http://192.168.0.13:8050';
4 4
 const ITP_CONTEXTPATH = '/oqpo-view';
5 5
 const MOBILE_CONTEXTPATH = ITP_CONTEXTPATH + '/mobile';
6 6
 const ITP_LANGUAGE = 'ko';