perubahan API update role User Tipe
This commit is contained in:
@@ -16,12 +16,10 @@ const detailType = async(item:any) => {
|
||||
};
|
||||
onMounted(async() => {
|
||||
await getTypeUser()
|
||||
// console.log(listTypeUser);
|
||||
})
|
||||
</script>
|
||||
<!-- ini list -->
|
||||
<template>
|
||||
<!-- <MasterContoh1 /> -->
|
||||
<div class="d-flex pt-6 align-center ml-3 mb-6">
|
||||
<v-btn class="mr-16" color="primary" variant="tonal" @click="state= !state; type='create'"><v-icon>mdi-plus</v-icon> Tipe User</v-btn>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user