소스 검색

init

newStyle
wangxiaohua 2 년 전
부모
커밋
8d4ba9c213
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      src/views/Statistics/trend.vue

+ 6
- 0
src/views/Statistics/trend.vue 파일 보기

@@ -422,6 +422,9 @@ export default {
if(obj.orgType == 1){
obj.agentId=localStorage.getItem("agentId")
}
if(obj.orgType==2){
obj.orgCode=localStorage.getItem("orgCode")
}
this.$api.api.receptionOverviewOfSystem(obj).then((res) => {
this.compare = res.data.firstData;
if (this.selectTime1) {
@@ -447,6 +450,9 @@ export default {
};
if(obj.orgType == 1){
obj.agentId=localStorage.getItem("agentId")
}
if(obj.orgType==2){
obj.orgCode=localStorage.getItem("orgCode")
}
if (!this.selectTime1) {
let res = await this.$api.api.receptionDataOfSystem(obj);


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