修改草稿的序号

This commit is contained in:
zhoulingpo
2023-12-13 09:43:02 +08:00
parent b7edec3b3a
commit e6ac4afcd1
@@ -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