Commit d75c7e13 by 肖康

not

parent 518558b0
Showing with 9 additions and 9 deletions
...@@ -214,7 +214,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () { ...@@ -214,7 +214,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
type: 1, type: 1,
title: '查看日志', title: '查看日志',
offset: '50px', offset: '50px',
area: ['900px', 'auto'], area: ['900px', '450px'],
shadeClose: false, shadeClose: false,
resize: false, resize: false,
move: false, move: false,
...@@ -240,14 +240,14 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () { ...@@ -240,14 +240,14 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
{ field: 'content', title: '内容' } { field: 'content', title: '内容' }
]], ]],
limit: 1000000, limit: 1000000,
// parseData: function (res) { parseData: function (res) {
// return { return {
// code: res.code, code: res.code,
// msg: res.msg, msg: res.msg,
// count: res.data ? res.data.length : 0, count: res.data ? res.data.list.length : 0,
// data: res.data data: res.data.list
// } }
// }, },
done: function (res, curr, count) { done: function (res, curr, count) {
} }
......
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 sign in to comment