flat: 服务对象 服务人

This commit is contained in:
Apcallover
2024-05-29 18:03:21 +08:00
parent a5d7b03002
commit 6f99dd70f9
3 changed files with 17 additions and 6 deletions

View File

@@ -509,7 +509,7 @@ export default {
components: {addGroups, transferGroups, Resume, ied, missionView, workView, Tinymce, PushService, TextTooltip},
watch: {},
computed: {
...mapGetters(["permission"]),
...mapGetters(["permission", "userInfo"]),
permissionList() {
return {
addBtn: this.vaildData(this.permission.tenant_main_serve_index_add, false),
@@ -982,6 +982,8 @@ export default {
serveUserId: this.selectUserServeLog.serveUserId,
talentsId: this.selectUserServeLog.id,
idNumber: this.selectUserServeLog.idNumber,
toName: this.selectUserServeLog.name,
fromName: this.userInfo.real_name
}
let resData = await addServeLog(params)
done()