2213980799@qq.com hace 1 año
padre
commit
aa529fe5c4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/system/organization/components/org-user-list.vue

+ 2 - 1
src/views/system/organization/components/org-user-list.vue

@@ -387,8 +387,9 @@ export default {
     datasource({ page, limit, where, order }) {
       return getUserPage({
         ...where,
-        ...order,
         pageNum: page,
+        orderName:order.order||'',
+        sortBy:order.sort||'',
         size: limit,
         groupId: this.organizationId
       });