请销假劳资员获取修改,显示全部劳资员,默认显示本单位劳资员
This commit is contained in:
parent
b47831e2db
commit
72420dea52
@ -345,6 +345,7 @@
|
||||
}, 2000)
|
||||
} else {
|
||||
model.hr = res.result[0].username
|
||||
if (!code) {
|
||||
hrData.value = res.result.map(item => {
|
||||
return {
|
||||
label: item.realname,
|
||||
@ -352,6 +353,7 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user