소스 검색

init

newStyle
lancer 2 년 전
부모
커밋
576f282437
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/views/Statistics/ReceptionOverview.vue

+ 1
- 0
src/views/Statistics/ReceptionOverview.vue 파일 보기

@@ -327,6 +327,7 @@ export default {
this.$api.api
.findHouseByUser({
orgType: localStorage.getItem("orgType"),
orgTypeName:localStorage.getItem("orgType")==2||localStorage.getItem("orgType")==3?'0,3':''
})
.then((res) => {
this.houseList = res.data;


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