修改流程中心的序号
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
|||||||
selectPeople:'',
|
selectPeople:'',
|
||||||
total: 0,
|
total: 0,
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize:10,
|
pageSize:this.$store.getters.userInfo.configContent,
|
||||||
loading: false,
|
loading: false,
|
||||||
processList: [],// 列表数据
|
processList: [],// 列表数据
|
||||||
processListSelect: [], // 列表选中数据
|
processListSelect: [], // 列表选中数据
|
||||||
@@ -263,7 +263,7 @@ export default {
|
|||||||
queryProcess () { // 查询待办流程
|
queryProcess () { // 查询待办流程
|
||||||
this.$http.postData('lawss/activiti/todoTaskListNew', {
|
this.$http.postData('lawss/activiti/todoTaskListNew', {
|
||||||
current: this.pageNo,
|
current: this.pageNo,
|
||||||
size: parseInt(this.$store.getters.userInfo.configContent),
|
size: this.pageSize,
|
||||||
userId: this.$store.getters.userInfo.usid || this.$store.getters.userInfo.userId,
|
userId: this.$store.getters.userInfo.usid || this.$store.getters.userInfo.userId,
|
||||||
prcName: this.searchForm.prcName,
|
prcName: this.searchForm.prcName,
|
||||||
prcType: parseInt(this.searchForm.prcType) || this.searchForm.prcType ||'',
|
prcType: parseInt(this.searchForm.prcType) || this.searchForm.prcType ||'',
|
||||||
|
|||||||
Reference in New Issue
Block a user