liyongli hace 2 años
padre
commit
ec92725c1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/allMedia/reporting.vue

+ 1 - 1
src/view/allMedia/reporting.vue

@@ -61,7 +61,7 @@ onMounted(() => {
 const getList = () => {
   if (page <= totalPage) return;
   const search = {
-    keywords: searchText.value,
+    title: searchText.value,
     page: page++,
     size: pageSize,
   };