Commit d75c7e13 by 肖康

not

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