Commit e0999391 by wancheng

日志查询js更新

parent df9e7a63
let whNameGlobalData = [];
let inventNameGlobalData = [];
let inventAllGlobalData = [];
$(function() {
IPLATUI.EFGrid = {
IPLATUI.EFGrid.result = {
pageable: {
pageSize: 20,
pageSizes: [10, 20, 50, 70, 100],
......@@ -17,6 +14,13 @@ $(function() {
});
/**
* 查询
*/
function query () {
resultGrid.dataSource.page(1); // 点击查询按钮,从第1页开始查询
}
/**
* 页面加载时执行
*/
$(window).load(function () {
......@@ -24,12 +28,7 @@ $(window).load(function () {
query();
});
/**
* 查询
*/
let query = function () {
resultGrid.dataSource.page(1); // 点击查询按钮,从第1页开始查询
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment