guoshilong
2023-09-25 2069428997c1f4d0f27a697130ce16191ecfd5ca
添加查询参数
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