update 流程表格分页调整
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
:row-selection="null"
|
||||
:pagination="false"
|
||||
:scroll="{x: '100%'}"
|
||||
@change="tableOnChange">
|
||||
@change="handleTableChange">
|
||||
|
||||
<!-- 企标号、企标名称 -->
|
||||
<template v-slot:standard="{text, record}">
|
||||
@@ -133,11 +133,8 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
tableOnChange (pagination, filters, sorter) {
|
||||
this.orderBy = sorter.order === 'ascend' ? '1' : '2'
|
||||
this.orderByField = sorter.columnKey
|
||||
handleTableChange (pagination, filters, sorter) {
|
||||
this.ipagination = pagination
|
||||
this.getTableList()
|
||||
},
|
||||
// 获取所有标准号
|
||||
getStandardNumbers () {
|
||||
|
||||
Reference in New Issue
Block a user