fix: userRole select value & responsible area value

This commit is contained in:
puriphatt 2024-04-18 18:26:55 +07:00
parent 77eacda307
commit 0524b6dda1
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ const useUserStore = defineStore('api-user', () => {
.join(' ');
userOption.value.roleOpts.push({
label: formattedName,
value: item.id,
value: item.name,
});
});
}