소스 검색

init

newStyle
wangxiaohua 2 년 전
부모
커밋
623f5fb30a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/views/Customer/Companymanagement.vue

+ 2
- 1
src/views/Customer/Companymanagement.vue 파일 보기

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


불러오는 중...
취소
저장