Explorar el Código

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-eom into dev

liujt hace 5 meses
padre
commit
c0ab44614b
Se han modificado 1 ficheros con 1 adiciones y 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: -1
+          size:1000
         });
         this.userList = res?.list || [];
       } catch (error) {