| | |
| | | |
| | | <script> |
| | | // TODO 根据查询的时间列表设置滑轨的最大值与最小值, |
| | | import uiHeader from './UiHeader.vue' |
| | | import uiHeader from '../layout/UiHeader.vue' |
| | | import player from './dialog/easyPlayer.vue' |
| | | import moment from 'moment' |
| | | export default { |
| | |
| | | count: that.count |
| | | } |
| | | }).then(function (res) { |
| | | that.total = res.data.data.total; |
| | | that.detailFiles = that.detailFiles.concat(res.data.data.list); |
| | | if (res.data.code === 0) { |
| | | that.total = res.data.data.total; |
| | | that.detailFiles = that.detailFiles.concat(res.data.data.list); |
| | | } |
| | | that.loading = false; |
| | | if (callback) callback(); |
| | | }).catch(function (error) { |
| | |
| | | count: that.count |
| | | } |
| | | }).then(function (res) { |
| | | if (res.data.code == 0) { |
| | | if (res.data.code === 0) { |
| | | that.total = res.data.data.total; |
| | | that.recordList = res.data.data.list; |
| | | } |