浏览代码

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"
     v-model:visible="show"
     attach="body"
     attach="body"
     width="850px"
     width="850px"
+    top="80px"
     header="转移分类(ETA社区分类)"
     header="转移分类(ETA社区分类)"
     closeOnOverlayClick
     closeOnOverlayClick
     destroyOnClose
     destroyOnClose

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

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