소스 검색

提交修改

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

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

@@ -445,7 +445,7 @@ export default {
})
.then((res) => {
this.objlist = res.data.list;
this.alllist = [{ name: "有效接待", num: res.data.total }];
// this.alllist = [{ name: "有效接待", num: res.data.total }];

this.efficient = res.data.total;
this.markCount = res.data.markCount;


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