wolyshaw 3 rokov pred
rodič
commit
cde904e68c
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 3 2
      src/student/music/album/index.tsx

+ 3 - 2
src/student/music/album/index.tsx

@@ -68,9 +68,10 @@ export default defineComponent({
     }
 
     const onComfirm = tags => {
-      const data = Object.values(tags).flat().filter(Boolean).join(',')
-      params.albumTagIds = data
+      const d = Object.values(tags).flat().filter(Boolean).join(',')
+      params.albumTagIds = d
       params.page = 1
+      data.value = null
       FetchList()
       tagVisibility.value = false
     }