Commit 85867aec by 梁建民

page

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