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