浏览代码

Merge branch 'v2.0' into debug

yujinwen 3 月之前
父节点
当前提交
1886f03af4
共有 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(){