Commit b8833ab1 by Tianqing Liu

docs: op

1 parent 3b2bd2e0
...@@ -134,6 +134,7 @@ export default { ...@@ -134,6 +134,7 @@ export default {
startTime:startDay + ' 00:00:00', startTime:startDay + ' 00:00:00',
endTime:stopTime, endTime:stopTime,
} }
// 获取历史记录数据
tourApi.getThroughVideoRecord(par).then(res => { tourApi.getThroughVideoRecord(par).then(res => {
if(res.data.code == 200) { if(res.data.code == 200) {
this.markTime = [] this.markTime = []
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!