gaoluyang
2 天以前 f1bcbcb10006807787247219df78e0408742604b
src/api/system/user.js
@@ -39,3 +39,10 @@
    filePath: data.filePath
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}