|
|
@@ -852,13 +852,14 @@ export default { |
|
|
|
this.sysFlag=idx |
|
|
|
this.idx=idx |
|
|
|
this.AllOperationsStaff(idx,row); |
|
|
|
this.zkoperationrecordFindByOrg(row.id,idx); |
|
|
|
this.zkoperationrecordFindByOrg(row.id,idx,row.agentId); |
|
|
|
}, |
|
|
|
zkoperationrecordFindByOrg(orgId,idx) { |
|
|
|
zkoperationrecordFindByOrg(orgId,idx,agentId) { |
|
|
|
this.$api.api |
|
|
|
.zkoperationrecordFindByOrg({ |
|
|
|
orgType:3, |
|
|
|
orgId, |
|
|
|
agentId, |
|
|
|
operationType:this.idx==0?'1':'2' |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
|