浏览代码

提交修改

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;


正在加载...
取消
保存