Commit b5450b8e authored by wangxuelai's avatar wangxuelai

Merge remote-tracking branch 'origin/sj-dev-0916' into wxl-develop

parents e82bf516 d7419725
......@@ -497,6 +497,7 @@ Page({
page: 1,
perPage: 3,
sort: 'desc',
type:1,
school_id: this.data.sid
}).then((res) => {
callback && callback(res);
......
......@@ -415,6 +415,7 @@ Page({
clock_record_id: clockRecordIds,
page:1,
perPage:3,
type:1,
sort: 'desc'
}).then ((res) => {
callback && callback(res);
......
......@@ -270,6 +270,7 @@ Page({
clock_record_id: clockRecordIds,
page: 1,
perPage: 3,
type:1,
sort: 'desc'
}).then((res) => {
callback && callback(res);
......
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