登录保存商户信息
This commit is contained in:
@@ -220,10 +220,11 @@ export function callTablecall(data) {
|
||||
});
|
||||
}
|
||||
// 获取员工列表
|
||||
export function rolesGet() {
|
||||
export function rolesGet(params) {
|
||||
return request({
|
||||
url: `/api/tbPlussShopStaff`,
|
||||
method: "get"
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
}
|
||||
// 删除员工
|
||||
|
||||
Reference in New Issue
Block a user