Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
623f5fb30a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/Customer/Companymanagement.vue

+ 2
- 1
src/views/Customer/Companymanagement.vue View File

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


Loading…
Cancel
Save