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;


Loading…
Откажи
Сачувај