mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
Compare commits
1 Commits
062b6bef7f
...
6aad2388ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6aad2388ba |
@ -360,15 +360,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.initData()
|
this.initData()
|
||||||
}, 1000)
|
}, 1000)
|
||||||
})
|
}).finally(() => {
|
||||||
.catch((error) => {
|
|
||||||
console.log(error)
|
|
||||||
this.$message.error({
|
|
||||||
showClose: true,
|
|
||||||
message: error
|
|
||||||
})
|
|
||||||
})
|
|
||||||
.finally(() => {
|
|
||||||
itemData.playLoading = false
|
itemData.playLoading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@ -12,9 +12,8 @@
|
|||||||
@close="close()"
|
@close="close()"
|
||||||
>
|
>
|
||||||
<div style="width:fit-content; margin: 0 auto">
|
<div style="width:fit-content; margin: 0 auto">
|
||||||
<el-date-picker
|
<el-time-picker
|
||||||
v-model="timeRange"
|
v-model="timeRange"
|
||||||
type="datetimerange"
|
|
||||||
is-range
|
is-range
|
||||||
range-separator="至"
|
range-separator="至"
|
||||||
start-placeholder="开始时间"
|
start-placeholder="开始时间"
|
||||||
@ -32,13 +31,8 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
import elDragDialog from '@/directive/el-drag-dialog'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ChooseDateTimeRange',
|
name: 'ChooseDateTimeRange',
|
||||||
directives: {
|
|
||||||
elDragDialog
|
|
||||||
},
|
|
||||||
props: {},
|
props: {},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user