husq
2023-09-25 cd42354eb5ab456a10b2527d792ba71219755e18
Merge branch 'demo' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into demo
1 files modified
8 ■■■■■ changed files
src/components/MediaPanel.vue 8 ●●●●● patch | view | raw | blame | history
src/components/MediaPanel.vue
@@ -176,10 +176,12 @@
  getFiles()
}
function getFiles () {
  getMediaFiles(workspaceId, body).then(res => {
    console.log(res, '-------------------')
function inputChange (searchValue: string) {
  getFiles()
}
function getFiles () {
  getMediaFiles(workspaceId, body, searchQuery).then(res => {
    mediaData.data = res.data.list
    paginationProp.total = res.data.pagination.total
    paginationProp.current = res.data.pagination.page