edit hak akses belum fix
This commit is contained in:
@@ -12,13 +12,7 @@ watch(() => props.stateValue, (newValue) => {
|
||||
isActive.value = newValue;
|
||||
});
|
||||
|
||||
const listMenu = ref<any[]>([]);
|
||||
|
||||
$fetch(`/api/setting/getListMenu`)
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
listMenu.value = response;
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
@@ -46,7 +40,7 @@ $fetch(`/api/setting/getListMenu`)
|
||||
</slot>
|
||||
|
||||
<v-card-actions>
|
||||
<v-btn text @click="$emit('stateValue', false)">Disagree</v-btn>
|
||||
<!-- <v-btn text @click="$emit('stateValue', false)">Disagree</v-btn>-->
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user