Commit 85867aec by 梁建民

page

parent 91de653d
...@@ -91,7 +91,7 @@ const actions = { ...@@ -91,7 +91,7 @@ const actions = {
let obj = { let obj = {
...payload.params, ...payload.params,
'offset': 3, 'offset': 10,
'sample_status/eq': 1, 'sample_status/eq': 1,
}; };
...@@ -109,7 +109,7 @@ const actions = { ...@@ -109,7 +109,7 @@ const actions = {
let totalPage = 0; let totalPage = 0;
if (data.data.total) { if (data.data.total) {
totalPage = Math.ceil(data.data.total * 1 / 3); totalPage = Math.ceil(data.data.total * 1 / 10);
} }
if (payload.params.p >= totalPage || !totalPage) { if (payload.params.p >= totalPage || !totalPage) {
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
type: "ziYingIndex", type: "ziYingIndex",
params: params params: params
}); });
}, 500) }, 100)
}, },
getuserf() { getuserf() {
......
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