Merge branch 'dev_20231201_feizhi' into 'master'

Dev 20231201 feizhi

See merge request laws-foton-slrs/foton-laws-system-front!124
This commit is contained in:
高嵩
2023-12-13 02:34:59 +00:00
3 changed files with 5 additions and 5 deletions
@@ -25,7 +25,7 @@
:height="tablePHeight" :height="tablePHeight"
border border
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}" :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}"
style="width: 10%;float: left;margin-right: 20px;"> style="width: calc(10% - 20px);float: left;margin-right: 20px;">
<el-table-column <el-table-column
prop="userName" prop="userName"
align="center" align="center"
@@ -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 ||'',
@@ -164,7 +164,7 @@ export default {
prcNum: '', prcNum: '',
prcType: '' prcType: ''
}, },
pageSize:10, pageSize:this.$store.getters.userInfo.configContent,
total: 0, total: 0,
pageNo: 1, pageNo: 1,
loading: false, loading: false,
@@ -189,7 +189,7 @@ export default {
queryProcess () { // 查询待办流程 queryProcess () { // 查询待办流程
this.$http.postData('lawss/activiti/queryTaskDraft', { this.$http.postData('lawss/activiti/queryTaskDraft', {
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: this.searchForm.prcType prcType: this.searchForm.prcType