주소록 완료
This commit is contained in:
parent
c2c68f6113
commit
ea0c4c7ef4
@ -1795,7 +1795,7 @@ public class MjonMsgDataController {
|
|||||||
* @return
|
* @return
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value= {"/web/mjon/msgdata/selectMsgAddrListAjaxQ.do"})
|
@RequestMapping(value= {"/web/mjon/msgdata/selectMsgAddrListAjax_advc.do"})
|
||||||
public ResponseEntity<StatusResponse> selectMsgAddrListAjax_advc(@ModelAttribute("searchVO") AddrVO addrVO) {
|
public ResponseEntity<StatusResponse> selectMsgAddrListAjax_advc(@ModelAttribute("searchVO") AddrVO addrVO) {
|
||||||
|
|
||||||
Map<String, Object> response = new HashMap<>();
|
Map<String, Object> response = new HashMap<>();
|
||||||
|
|||||||
@ -2787,7 +2787,7 @@ function loadAddrList(){
|
|||||||
*/
|
*/
|
||||||
var data = $("#searchAddrGrpForm").serialize();
|
var data = $("#searchAddrGrpForm").serialize();
|
||||||
|
|
||||||
var url = "/web/mjon/msgdata/selectMsgAddrListAjax.do";
|
var url = "/web/mjon/msgdata/selectMsgAddrListAjax_advc.do";
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
@ -2836,6 +2836,7 @@ function loadAddrList(){
|
|||||||
|
|
||||||
//우측 주소록 리스트 Tabulator에 입력해주기
|
//우측 주소록 리스트 Tabulator에 입력해주기
|
||||||
// tableAddr.setData(tableData);
|
// tableAddr.setData(tableData);
|
||||||
|
console.log('data : ', data);
|
||||||
tableAddr.setData(addrList);
|
tableAddr.setData(addrList);
|
||||||
// tableAddr.updateOrAddData(addrList); // 무한 스크롤을 위해 데이터를 업데이트
|
// tableAddr.updateOrAddData(addrList); // 무한 스크롤을 위해 데이터를 업데이트
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user