|
@@ -525,7 +525,8 @@ export default { |
|
|
this.$api.api.zkoperationrecordFindByOrg({ |
|
|
this.$api.api.zkoperationrecordFindByOrg({ |
|
|
orgType:2, |
|
|
orgType:2, |
|
|
orgId, |
|
|
orgId, |
|
|
operationType:this.idx==0?'1':'2' |
|
|
|
|
|
|
|
|
operationType:this.idx==0?'1':'2', |
|
|
|
|
|
agentId:localStorage.getItem('agentId') |
|
|
}) |
|
|
}) |
|
|
.then(res=>{ |
|
|
.then(res=>{ |
|
|
// console.log(res); |
|
|
// console.log(res); |
|
|