refactor(04): service work product price color

This commit is contained in:
puriphatt 2024-08-15 15:18:26 +07:00
parent 3f4a3dde90
commit 2f289cfaea
3 changed files with 60 additions and 14 deletions

View file

@ -15,7 +15,6 @@ const role = ref();
onMounted(async () => {
const uid = getUserId();
role.value = getRole();
console.log(role.value);
if (!uid) return;