mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 07:56:38 +08:00
feat: 完成租户前端对接
This commit is contained in:
@@ -10,6 +10,13 @@ export function listData(query) {
|
||||
params: query
|
||||
})
|
||||
}
|
||||
export function SelectData() {
|
||||
return request({
|
||||
url: '/tenant/select',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// id查询
|
||||
export function getData(id) {
|
||||
|
||||
Reference in New Issue
Block a user