Ver código fonte

init

newStyle
wangxiaohua 4 anos atrás
pai
commit
623f5fb30a
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      src/views/Customer/Companymanagement.vue

+ 2
- 1
src/views/Customer/Companymanagement.vue Ver arquivo

@@ -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);


Carregando…
Cancelar
Salvar