Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-05-08 09:48:35 +07:00
commit 46f559a328
3 changed files with 10 additions and 5 deletions

View file

@ -37,7 +37,6 @@ const profileId = ref<string | null>("");
function fetchDataProfile(data: DataProfile) {
fetchProfile(data.profileId);
profile.id = data.profileId;
profile.fullName = `${data.prefix}${data.firstName} ${data.lastName}`;
profile.position =

View file

@ -244,7 +244,7 @@ function close() {
async function getDataTable(id: string, level: number = 0) {
showLoader();
const body = {
node: level,
nodeId: id,
@ -511,11 +511,11 @@ function onSubmit() {
</script>
<template>
<q-dialog v-model="modal" persistent full-width>
<q-card>
<q-card class="no-scroll">
<q-form greedy @submit.prevent @validation-success="onSubmit">
<DialogHeader :tittle="title" :close="close" />
<q-separator />
<q-card-section>
<q-card-section style="max-height: 80vh" class="scroll">
<div class="row">
<q-card
bordered

View file

@ -161,4 +161,10 @@ h3.resigtry-tab-title
.q-dialog .q-layout__section--marginal
background-color: #fff
color: #000
color: #000
.q-card.noscrool
overflow: hidden
.q-card__actions
padding: 4px