فهرست منبع

fix 收藏图表列表分页

yujinwen 5 ماه پیش
والد
کامیت
0bcb2a1985
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      src/views/user/favorite/components/MoveChart.vue
  2. 1 1
      src/views/user/favorite/etaChart.vue

+ 1 - 0
src/views/user/favorite/components/MoveChart.vue

@@ -138,6 +138,7 @@ async function handleSave() {
     v-model:visible="show"
     attach="body"
     width="850px"
+    top="80px"
     header="转移分类(ETA社区分类)"
     closeOnOverlayClick
     destroyOnClose

+ 1 - 1
src/views/user/favorite/etaChart.vue

@@ -29,7 +29,7 @@ async function getChartList(){
 }
 
 function onPageChange(e){
-  page.value=e.current
+  page.value=e
   getChartList()
 }
 function refreshList(){