Ver código fonte

Merge branch 'master' of http://git.2weisou.com/liumin/zkPCproject into master

newStyle
corala 2 anos atrás
pai
commit
bcd06fce75
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/views/Statistics/index.vue

+ 1
- 1
src/views/Statistics/index.vue Ver arquivo

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


Carregando…
Cancelar
Salvar