Commit 41d76f40 authored by mengzixuan's avatar mengzixuan

Merge remote-tracking branch 'origin/develop' into develop

parents 135403d7 7bf9ffdf
......@@ -199,9 +199,9 @@
v-show="totalTest > 0"
:total="totalTest"
:background="false"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@pagination="queryTestParams"
:page.sync="queryParamsTest.pageNum"
:limit.sync="queryParamsTest.pageSize"
@pagination="loadTestData"
>
</pagination>
</template>
......@@ -293,7 +293,6 @@ export default {
return {
listUrl: '/review/standard/list',
totalTest: 0,
queryTestParams: {},
tableTestData: [],
reviewTypeList: [
{
......@@ -373,9 +372,10 @@ export default {
methods: {
handleTab(v) {
if (v.index === '2') {
console.log(v.index)
this.queryParamsTest.pageNum = 1
this.loadTestData()
} else {
this.queryParams.pageNum = 1
this.loadData()
}
},
......
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