Explorar o código

fix(销售服务管理): 修正用户列表查询参数,将pageSize改为size

yusheng hai 5 meses
pai
achega
b50c57c36e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/salesServiceManagement/components/info.vue

+ 1 - 1
src/views/salesServiceManagement/components/info.vue

@@ -1617,7 +1617,7 @@ export default {
       try {
         const res = await getUserPage({
           pageNum: 1,
-          pageSize:1000
+          size:1000
         });
         this.userList = res?.list || [];
       } catch (error) {