|
|
|
@@ -280,7 +280,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, |
|
|
|
|
|
|
|
searchChange = function () { |
|
|
|
console.log(1111111111); |
|
|
|
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8,openName:$("#searchInput").val()}, module.newsList , true); |
|
|
|
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8,openName:$("#searchInput").val(), isAsc:'desc', orderByColumn:'createTime'}, module.newsList , true); |
|
|
|
} |
|
|
|
|
|
|
|
submitUser = function () { |
|
|
|
@@ -413,7 +413,8 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, |
|
|
|
pageNum:module.data.pageNum4, |
|
|
|
pageSize:10, |
|
|
|
bookId: JSON.parse(tools.getCookie('user')).bookId, |
|
|
|
deptId: JSON.parse(tools.getCookie('user')).deptId |
|
|
|
deptId: JSON.parse(tools.getCookie('user')).deptId, |
|
|
|
isAsc:'desc', orderByColumn:'createTime' |
|
|
|
}, module.newsList4 , true); |
|
|
|
break; |
|
|
|
|
|
|
|
|