Commit d4fdea3df90233c4418fadb24ac3b8726f0bcf2b
1 parent
e429c9f5
修复国标录像查询ui
Showing
1 changed file
with
2 additions
and
1 deletions
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({ |