--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentView.jsp
... | ... | @@ -248,9 +248,10 @@ |
| 248 | 248 |
} |
| 249 | 249 |
|
| 250 | 250 |
function fnSearch(pageNo){
|
| 251 |
- if(!fn_G_cmndataValueChk("startDate", "endDate", 3)){
|
|
| 251 |
+ /* if(!fn_G_cmndataValueChk("startDate", "endDate", 3)){
|
|
| 252 | 252 |
return; |
| 253 |
- }; |
|
| 253 |
+ }; */ |
|
| 254 |
+ |
|
| 254 | 255 |
console.log('fnSearch')
|
| 255 | 256 |
var form = document.searchForm; |
| 256 | 257 |
form.pageIndex.value = pageNo ; |
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?