Explorar o código

입금관리 완료

marseyes %!s(int64=2) %!d(string=hai) anos
pai
achega
5f1cfc6e12
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  1. 2 6
      src/main/webapp/js/app/loanmng/ITP_LOANMNG02010.js

+ 2 - 6
src/main/webapp/js/app/loanmng/ITP_LOANMNG02010.js

@@ -377,7 +377,7 @@ let listObj = {
377 377
 					param.dsptMgntNoList = dsptMgntNoList;
378 378
 					param.dsptRjctRsn = result;
379 379
 					fn_ajax_call(DSPT_MNG_REJECT_DSPT, JSON.stringify(param), function() {
380
-						listObj.button.search();
380
+						listObj.button.search();						
381 381
 					}, 'POST');				
382 382
 				}, null, 'S');					
383 383
 			} else if(SCREEN_MODE == 'VIEW') {
@@ -391,11 +391,7 @@ let listObj = {
391 391
 					param.dsptMgntNoList = dsptMgntNoList;
392 392
 					param.dsptRjctRsn = result;
393 393
 					fn_ajax_call(DSPT_MNG_REJECT_DSPT, JSON.stringify(param), function() {						 
394
-						// listObj.button.search();
395
-						pageObj.switchScreen('LIST');
396
-						listObj.grid.unload();
397
-						listObj.grid.load();
398
-						
394
+						listObj.grid.search();					
399 395
 					}, 'POST');				
400 396
 				}, null, 'S');				
401 397
 			}