修改草稿的序号
This commit is contained in:
@@ -164,7 +164,7 @@ export default {
|
||||
prcNum: '',
|
||||
prcType: ''
|
||||
},
|
||||
pageSize:10,
|
||||
pageSize:this.$store.getters.userInfo.configContent,
|
||||
total: 0,
|
||||
pageNo: 1,
|
||||
loading: false,
|
||||
@@ -189,7 +189,7 @@ export default {
|
||||
queryProcess () { // 查询待办流程
|
||||
this.$http.postData('lawss/activiti/queryTaskDraft', {
|
||||
current: this.pageNo,
|
||||
size: parseInt(this.$store.getters.userInfo.configContent),
|
||||
size: this.pageSize,
|
||||
userId: this.$store.getters.userInfo.usid || this.$store.getters.userInfo.userId,
|
||||
prcName: this.searchForm.prcName,
|
||||
prcType: this.searchForm.prcType
|
||||
|
||||
Reference in New Issue
Block a user