|
|
@@ -137,11 +137,10 @@ define(['jquery', "template", "Tools", "interactApi", "paging"], function ($, te |
|
|
|
module.data.searchType = 'YES'; |
|
|
|
module.data.turnPage = 'NO'; |
|
|
|
module.data.pageNum = 1 ; |
|
|
|
console.log('aaa') |
|
|
|
|
|
|
|
document.getElementById('interact').style.display = 'none'; |
|
|
|
document.getElementById('search').style.display = 'block'; |
|
|
|
tools.doGet(interactSearch, {deptId:100,title:searchTitle,content:searchContent,pageNum:1,pageSize:module.data.pageSize}, module.searchInteractInformation,true) |
|
|
|
tools.doGet(interactSearch, {deptId:100,title:searchTitle,content:searchContent,pageNum:1,pageSize:module.data.pageSize,reply:'notnull'}, module.searchInteractInformation,true) |
|
|
|
} |
|
|
|
|
|
|
|
turnThePage = function (pageNum) { |
|
|
|