|
|
|
|
@ -6,11 +6,11 @@ class SggDeptControl {
|
|
|
|
|
keymapper:info => info.SGG_CD,
|
|
|
|
|
dataGetter:obj => obj.sggList,
|
|
|
|
|
urls: {
|
|
|
|
|
load: "/user/sgg/list.do",
|
|
|
|
|
getInfo: "/user/sgg/info.do",
|
|
|
|
|
create: "/user/sgg/create.do",
|
|
|
|
|
update: "/user/sgg/update.do",
|
|
|
|
|
remove: "/user/sgg/remove.do",
|
|
|
|
|
load: wctx.url("/user/sgg/list.do"),
|
|
|
|
|
getInfo: wctx.url("/user/sgg/info.do"),
|
|
|
|
|
create: wctx.url("/user/sgg/create.do"),
|
|
|
|
|
update: wctx.url("/user/sgg/update.do"),
|
|
|
|
|
remove: wctx.url("/user/sgg/remove.do"),
|
|
|
|
|
},
|
|
|
|
|
formats: {
|
|
|
|
|
REG_DT:datetimeFormat
|
|
|
|
|
@ -23,11 +23,11 @@ class SggDeptControl {
|
|
|
|
|
keymapper:info => info.DEPT_CD,
|
|
|
|
|
dataGetter:obj => obj.deptList,
|
|
|
|
|
urls: {
|
|
|
|
|
load: "/user/dept/list.do",
|
|
|
|
|
getInfo: "/user/dept/info.do",
|
|
|
|
|
create: "/user/dept/create.do",
|
|
|
|
|
update: "/user/dept/update.do",
|
|
|
|
|
remove: "/user/dept/remove.do",
|
|
|
|
|
load: wctx.url("/user/dept/list.do"),
|
|
|
|
|
getInfo: wctx.url("/user/dept/info.do"),
|
|
|
|
|
create: wctx.url("/user/dept/create.do"),
|
|
|
|
|
update: wctx.url("/user/dept/update.do"),
|
|
|
|
|
remove: wctx.url("/user/dept/remove.do"),
|
|
|
|
|
},
|
|
|
|
|
formats: {
|
|
|
|
|
REG_DT:datetimeFormat
|
|
|
|
|
|