Browse Source

그리드 선택후 클락시 선택해지되는 현상 수

isna 2 years ago
parent
commit
0ce325f570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/js/app/config.js

+ 1 - 1
src/main/webapp/js/app/config.js

@@ -2066,7 +2066,7 @@ function itp_fn_grid_reset_selection(e, lastrowid, gridId, menuId) {
2066
 					return false;
2066
 					return false;
2067
 				}
2067
 				}
2068
 			});
2068
 			});
2069
-			$('#' + gridId).resetSelection();
2069
+			// $('#' + gridId).resetSelection();
2070
 		}
2070
 		}
2071
 	}
2071
 	}
2072
 };
2072
 };