Explorar el Código

init

newStyle
wangxiaohua hace 2 años
padre
commit
623f5fb30a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/views/Customer/Companymanagement.vue

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

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


Cargando…
Cancelar
Guardar