Browse Source

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

newStyle
corala 2 years ago
parent
commit
0b54fd9fc4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/Statistics/index.vue

+ 2
- 2
src/views/Statistics/index.vue View File

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


Loading…
Cancel
Save