Commit 3d3c535b by gongyang

Merge remote-tracking branch 'origin/feature/20251222/notice' into feature/20251222/notice

# Conflicts:
#	public/js/Message/MessageList.js
parents 309aee00 d75c7e13
Showing with 2 additions and 2 deletions
......@@ -244,8 +244,8 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
return {
code: res.code,
msg: res.msg,
count: res.data ? res.data.length : 0,
data: res.data
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