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 | 114 | keyword: "", |
| 115 | 115 | activeTab: 6, |
| 116 | 116 | parameter: { |
| 117 | - pageIndex: 0, | |
| 117 | + pageIndex: 1, | |
| 118 | 118 | pageSize: 12, |
| 119 | - sort: "id", | |
| 120 | - sortOrder: 1, | |
| 121 | - keyword: "", | |
| 119 | + // sort: "id", | |
| 120 | + // sortOrder: 1, | |
| 121 | + // keyword: "", | |
| 122 | 122 | QuestionClassId: 6, |
| 123 | - status: 1, | |
| 123 | + // status: 1, | |
| 124 | 124 | }, |
| 125 | 125 | contentHeight: 0, |
| 126 | 126 | count: 0, |
| ... | ... | @@ -180,7 +180,7 @@ export default { |
| 180 | 180 | clearTimeout(this.timeout); |
| 181 | 181 | this.timeout = setTimeout(() => { |
| 182 | 182 | this.search(); |
| 183 | - }, 500); | |
| 183 | + }, 200); | |
| 184 | 184 | }, |
| 185 | 185 | }, |
| 186 | 186 | computed: { | ... | ... |