searchFromGridTitle 수정

-> " 검색" 문구 삭제.
main
jjh 5 months ago
parent 24dfdfe189
commit d695519292

@ -10,7 +10,7 @@ function searchFromGridTitle(byValue, byOutputValue, mainOption, subOption){
var subOptionElementId = trDataset.subOption;
document.getElementById(byElementId).value = snakeToCamel(byValue);
document.getElementById(byOutputElementId).value = byOutputValue + " 검색";
document.getElementById(byOutputElementId).value = byOutputValue;
document.getElementById(mainOptionElementId).value = mainOption;
document.getElementById(subOptionElementId).value = subOption;

Loading…
Cancel
Save