This commit is contained in:
yanran200730
2023-02-17 10:37:35 +08:00
parent 0cc8626866
commit 467a5d789b
2 changed files with 42 additions and 22 deletions

View File

@@ -94,7 +94,7 @@
background
:current-page.sync="search.current"
:total="total"
:page-size="search.size"
:page-size.sync="search.size"
:page-sizes="[10, 20, 50, 100]"
layout="slot,->, prev, pager, next, sizes, jumper"
:pager-count="7"
@@ -260,6 +260,7 @@
},
getList() {
console.log(this.search)
this.instance.post(`/app/appquestionbank/list`, null, {
params: {
...this.search