bug
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user