|
@@ -83,7 +83,7 @@
|
83
|
83
|
@size-change="handleSizeChange"
|
84
|
84
|
@current-change="handleCurrentChange"
|
85
|
85
|
:current-page.sync="postData.page"
|
86
|
|
- :page-size="100"
|
|
86
|
+ :page-size="10"
|
87
|
87
|
layout="prev, pager, next, jumper"
|
88
|
88
|
:total="total">
|
89
|
89
|
</el-pagination>
|
|
@@ -162,7 +162,6 @@ export default {
|
162
|
162
|
}).then(res => {
|
163
|
163
|
this.tempoptionsCase = res.list
|
164
|
164
|
this.postData.page = res.page
|
165
|
|
- this.total = res.pagenum
|
166
|
165
|
// 调用一次,计算属性
|
167
|
166
|
this.optionsCase = this.CaseCompted
|
168
|
167
|
this.getList()
|