소스 검색

fix 收藏图表列表分页

yujinwen 3 달 전
부모
커밋
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(){