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