|
|
@@ -100,6 +100,7 @@ export async function settingTeamTime(data) {
|
|
|
|
|
|
// 根据班组ids查所有人信息
|
|
|
export async function listUserByIds(data) {
|
|
|
+ console.log(data,'data')
|
|
|
const res = await request.post(`/main/team/listUserByIds`, data);
|
|
|
console.log(res.data.code == 0)
|
|
|
if (res.data.code == 0) {
|