|
@@ -28,7 +28,7 @@ function doQuery() {
|
|
|
data: {
|
|
|
...queryForm,
|
|
|
// sm_id: user.sm_info.sm_id,
|
|
|
- limit: 10,
|
|
|
+ limit: 8,
|
|
|
dc_check: '1'
|
|
|
}
|
|
|
}).then(res => {
|
|
@@ -83,7 +83,7 @@ function translateString(str: string) {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="flex justify-end">
|
|
|
- <el-pagination v-model:current-page="queryForm.page" background layout="prev, pager, next" :total="total"></el-pagination>
|
|
|
+ <el-pagination :default-page-size="8" v-model:current-page="queryForm.page" background layout="prev, pager, next" :total="total"></el-pagination>
|
|
|
</div>
|
|
|
|
|
|
</div>
|