Ver Fonte

资料账户查询问题

lxf há 2 anos atrás
pai
commit
2c160c7ac1
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/finance/fundManage/account/index.vue

+ 2 - 1
src/views/finance/fundManage/account/index.vue

@@ -172,7 +172,8 @@ const getDict = () => {
       }
     });
 };
-const getList = async () => {
+const getList = async (req) => {
+  sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
   loading.value = true;
   proxy.post("/accountManagement/page", sourceList.value.pagination).then((res) => {
     sourceList.value.data = res.rows;