Commit d4fdea3df90233c4418fadb24ac3b8726f0bcf2b

Authored by 648540858
1 parent e429c9f5

修复国标录像查询ui

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