db8472fa by 焦小希

案件查询 接口更改

1 parent 35afadb5
......@@ -5,7 +5,7 @@ var self = new Vue({
search:'',
projectId:null,
userName: '案件查处',
flowid: 't1001_8a8610de737b99270173937337e00133',
flowid:[],
pageNum:1,
pageSize:10,
total:0,
......@@ -96,7 +96,7 @@ var self = new Vue({
params: {
pageIndex:this.pageNum,
pageSize:this.pageSize,
flowId: this.flowid,
flowIds: this.flowid,
userName: this.userName,
}
}).then(res => {
......@@ -150,7 +150,21 @@ var self = new Vue({
},
handleCurrentChange(){},
click(val){
if(val==3){
this.flowid = []
this.flowid.push('t1001_8a8610de737b99270173937337e00133')
}else if (val==5){
this.flowid = []
this.flowid.push('t1001_8a8610d86125b9a801612600a4c60003')
}else if (val =='2'){
this.flowid = []
this.flowid.push('t1001_402885c973b703220173b73ed4e6004d')
}else if (val=='1'){
this.flowid=[]
this.flowid = ['t1001_8a8610de737b99270173937337e00133','t1001_8a8610d86125b9a801612600a4c60003','t1001_402885c973b703220173b73ed4e6004d']
}
this.isActive = val
console.log(this.flowid)
},
openHandleJumpUrl (flowId, itemTypeId, _stats = 'create') {
// debugger
......