Explorar el Código

fix: 声音列表进入时即生成page,size

sheldon hace 2 meses
padre
commit
eebd15ebc3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/voice-management/index.vue

+ 1 - 0
src/views/voice-management/index.vue

@@ -175,6 +175,7 @@ const handleEdit = (data: TVoice) => {
 }
 
 onMounted(async () => {
+  updateUrlParams(pagination.value.page, pagination.value.size)
   await fetchData()
 })