liyongli 2 лет назад
Родитель
Сommit
ec92725c1f
1 измененных файлов с 1 добавлено и 1 удалено
  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,
   };