주소록 그룹 Ajax 비동기 방식으로 다시 원복
@82e048d30aa7cb720deb30c2a85f4134d23fbbca
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/addr/MsgAddrGroupListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/addr/MsgAddrGroupListAjax.jsp
... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 |
url: "/web/addr/selectAddrGroupTotCntAjax.do", |
| 31 | 31 |
data: {},
|
| 32 | 32 |
dataType:'json', |
| 33 |
- async: false, |
|
| 33 |
+ async: true, |
|
| 34 | 34 |
success: function (data) {
|
| 35 | 35 |
if (data.isSuccess) {
|
| 36 | 36 |
$("#addrTotCnt").html(numberWithCommas(data.addrTotCnt));
|
... | ... | @@ -52,7 +52,7 @@ |
| 52 | 52 |
url: "/web/addr/selectAddrGroupNogrpCntAjax.do", |
| 53 | 53 |
data: {},
|
| 54 | 54 |
dataType:'json', |
| 55 |
- async: false, |
|
| 55 |
+ async: true, |
|
| 56 | 56 |
success: function (data) {
|
| 57 | 57 |
if (data.isSuccess) {
|
| 58 | 58 |
$("#nogrpCnt").html(data.nogrpCnt);
|
... | ... | @@ -74,7 +74,7 @@ |
| 74 | 74 |
url: "/web/addr/selectAddrGroupBookmarkCntAjax.do", |
| 75 | 75 |
data: {},
|
| 76 | 76 |
dataType:'json', |
| 77 |
- async: false, |
|
| 77 |
+ async: true, |
|
| 78 | 78 |
success: function (data) {
|
| 79 | 79 |
if (data.isSuccess) {
|
| 80 | 80 |
$("#bookmarkCnt").html(data.bookmarkCnt);
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?