UI 변경
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-09-03 15:10:48 +09:00
parent 1ba140ddea
commit a1d7f8f10e
2 changed files with 4 additions and 4 deletions
@@ -179,8 +179,8 @@
autowidth: true,
viewrecords : true,
gridview : true,
ondblClickRow : function(rowId) {
console.log("rowId", rowId);
ondblClickRow : function(rowId) {
/* console.log("rowId", rowId);
var rowData = $(this)
.getRowData(rowId);
var key = rowData['EaiSevrInstncName'];
@@ -193,7 +193,7 @@
url2 += "&searchAdptrBzwkGroupName="
+ key2;
url2 += '&menuId='+'${param.menuId}';
goNav(url2);
goNav(url2); */
},
loadComplete : function(d) {
$("button[name*=img]").unbind("click");