修改分页排序初始值
This commit is contained in:
@@ -123,7 +123,7 @@ export default {
|
||||
standardKey: '',
|
||||
},
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
tableList: [],
|
||||
editRowDialogVisible: false,
|
||||
editRowDialogData: undefined // 新增时为 undefined null 或者 false 即可
|
||||
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
standardKey: '',
|
||||
},
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
tableList: [],
|
||||
editRowDialogVisible: false,
|
||||
editRowDialogData: undefined // 新增时为 undefined null 或者 false 即可
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
loading: false,
|
||||
pageVerify: false,
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
putTime: '',
|
||||
standardReleaseList: [], //标准发布数据
|
||||
|
||||
@@ -73,7 +73,7 @@ export default {
|
||||
loading: false,
|
||||
pageVerify: false,
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
putTime: '',
|
||||
standardReleaseList: [], //标准发布数据
|
||||
|
||||
@@ -74,7 +74,7 @@ export default {
|
||||
loading: false,
|
||||
pageVerify: false,
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
putTime: '',
|
||||
standardReleaseList: [], //标准问答数据
|
||||
|
||||
@@ -138,7 +138,7 @@ export default {
|
||||
spinShow: false,
|
||||
tableHeight: null,
|
||||
splitInfoPage: 1,
|
||||
splitInfoPageSize: 10,
|
||||
splitInfoPageSize: this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
row: JSON.parse(this.$route.query.row),
|
||||
standInfoList: []
|
||||
|
||||
@@ -361,7 +361,7 @@ export default {
|
||||
tableHeight: 0,
|
||||
pageConfig: {
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
},
|
||||
warningTableLoading: false,
|
||||
|
||||
@@ -203,9 +203,6 @@
|
||||
width="55"
|
||||
label="序号"
|
||||
align="center">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (page - 1) * pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="name"
|
||||
|
||||
@@ -174,7 +174,7 @@ export default {
|
||||
prcNum: '',
|
||||
prcType: ''
|
||||
},
|
||||
pageSize:10,
|
||||
pageSize:this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
pageNo: 1,
|
||||
loading: false,
|
||||
|
||||
@@ -176,7 +176,7 @@ export default {
|
||||
prcType: ''
|
||||
},
|
||||
total: 0,
|
||||
pageSize:10,
|
||||
pageSize:this.$store.getters.userInfo.configContent,
|
||||
pageNo: 1,
|
||||
loading: false,
|
||||
processList: [],// 列表数据
|
||||
|
||||
@@ -175,7 +175,7 @@ export default {
|
||||
prcType: ''
|
||||
},
|
||||
total: 0,
|
||||
pageSize:10,
|
||||
pageSize:this.$store.getters.userInfo.configContent,
|
||||
pageNo: 1,
|
||||
loading: false,
|
||||
processList: [],// 列表数据
|
||||
|
||||
@@ -197,7 +197,7 @@ export default {
|
||||
selectPeople:'',
|
||||
total: 0,
|
||||
pageNo: 1,
|
||||
pageSize:10,
|
||||
pageSize:this.$store.getters.userInfo.configContent,
|
||||
loading: false,
|
||||
processList: [],// 列表数据
|
||||
processListSelect: [], // 列表选中数据
|
||||
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
prcNum: '',
|
||||
prcType: ''
|
||||
},
|
||||
pageSize:10,
|
||||
pageSize:this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
pageNo: 1,
|
||||
loading: false,
|
||||
|
||||
Reference in New Issue
Block a user