浏览代码

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

newStyle
corala 2 年前
父节点
当前提交
0b54fd9fc4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/Statistics/index.vue

+ 2
- 2
src/views/Statistics/index.vue 查看文件

@@ -278,7 +278,7 @@ export default {
},
//自定义时间
confirmtime() {
this.TimetoAhoose = 6;
this.TimetoAhoose = 7;
this.fromobj.starttime = this.customtime[0];
this.fromobj.endoftime = this.customtime[1];
this.getorgCode();
@@ -297,7 +297,7 @@ export default {
this.numlist = [];
this.objlist = [];
var dateType = "";
if (this.TimetoAhoose == 6) {
if (this.TimetoAhoose == 7) {
dateType = "";
} else {
dateType = this.TimetoAhoose;


正在加载...
取消
保存