feat: 程序异常禁用搜索功能

This commit is contained in:
Argo Zhang 2020-01-18 21:38:05 +08:00
parent 3f72af3757
commit 1432ab640f
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
url: Exceptions.url,
sortName: 'LogTime',
sortOrder: 'desc',
search: false,
queryParams: function (params) { return $.extend(params, { StartTime: $("#txt_operate_start").val(), EndTime: $("#txt_operate_end").val() }); },
columns: [
{ title: "记录时间", field: "LogTime", sortable: true },