Commit 64c93a1383e847144b415fcdb432598f1188f35c
1 parent
4952fc5a
超哥yyds
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/TestPaper/ManualTestPaper.vue
| @@ -114,13 +114,13 @@ export default { | @@ -114,13 +114,13 @@ export default { | ||
| 114 | keyword: "", | 114 | keyword: "", |
| 115 | activeTab: 6, | 115 | activeTab: 6, |
| 116 | parameter: { | 116 | parameter: { |
| 117 | - pageIndex: 0, | 117 | + pageIndex: 1, |
| 118 | pageSize: 12, | 118 | pageSize: 12, |
| 119 | - sort: "id", | ||
| 120 | - sortOrder: 1, | ||
| 121 | - keyword: "", | 119 | + // sort: "id", |
| 120 | + // sortOrder: 1, | ||
| 121 | + // keyword: "", | ||
| 122 | QuestionClassId: 6, | 122 | QuestionClassId: 6, |
| 123 | - status: 1, | 123 | + // status: 1, |
| 124 | }, | 124 | }, |
| 125 | contentHeight: 0, | 125 | contentHeight: 0, |
| 126 | count: 0, | 126 | count: 0, |
| @@ -180,7 +180,7 @@ export default { | @@ -180,7 +180,7 @@ export default { | ||
| 180 | clearTimeout(this.timeout); | 180 | clearTimeout(this.timeout); |
| 181 | this.timeout = setTimeout(() => { | 181 | this.timeout = setTimeout(() => { |
| 182 | this.search(); | 182 | this.search(); |
| 183 | - }, 500); | 183 | + }, 200); |
| 184 | }, | 184 | }, |
| 185 | }, | 185 | }, |
| 186 | computed: { | 186 | computed: { |