Kaynağa Gözat

修改时间传参

newStyle
douzhuo 2 yıl önce
ebeveyn
işleme
2a2e965c5a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/views/Statistics/index.vue

+ 2
- 2
src/views/Statistics/index.vue Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet