Commit d4fdea3df90233c4418fadb24ac3b8726f0bcf2b

Authored by 648540858
1 parent e429c9f5

修复国标录像查询ui

web_src/src/components/GBRecordDetail.vue
@@ -181,7 +181,6 @@ @@ -181,7 +181,6 @@
181 this.recordListStyle.height = this.winHeight + "px"; 181 this.recordListStyle.height = this.winHeight + "px";
182 this.playerStyle["height"] = this.winHeight + "px"; 182 this.playerStyle["height"] = this.winHeight + "px";
183 this.chooseDate = moment().format('YYYY-MM-DD') 183 this.chooseDate = moment().format('YYYY-MM-DD')
184 - this.setTime(this.chooseDate + " 00:00:00", this.chooseDate + " 23:59:59");  
185 this.dateChange(); 184 this.dateChange();
186 }, 185 },
187 destroyed() { 186 destroyed() {
@@ -192,6 +191,8 @@ @@ -192,6 +191,8 @@
192 if (!this.chooseDate) { 191 if (!this.chooseDate) {
193 return; 192 return;
194 } 193 }
  194 +
  195 + this.setTime(this.chooseDate + " 00:00:00", this.chooseDate + " 23:59:59");
195 this.recordsLoading = true; 196 this.recordsLoading = true;
196 this.detailFiles = []; 197 this.detailFiles = [];
197 this.$axios({ 198 this.$axios({