no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-27 17:40:58 +07:00
parent eafbc65bf2
commit 371a4e643e
2 changed files with 3 additions and 6 deletions

View file

@ -1130,10 +1130,7 @@ onMounted(async () => {
><q-tooltip>ปโหลดเอกสาร</q-tooltip></q-btn
>
</div>
<div
v-if="props.data.disciplineInvestigateRelevantDocs.length === 0"
class="col-12 q-mt-sm"
>
<div class="col-12 q-mt-sm">
<q-card class="q-pa-md" bordered> ไมรายการเอกสาร </q-card>
</div>
<q-list separator class="full-width q-mt-md">

View file

@ -64,7 +64,7 @@ async function fetchDetailInvestigate() {
await http
.get(config.API.disciplineInvestigateById(id.value))
.then((res) => {
console.log(res);
data.value = res.data.result;
})
.catch((err) => {
console.log(err);
@ -76,7 +76,7 @@ async function fetchDetailComplaints() {
await http
.get(config.API.disciplineComplaintsById(id.value))
.then((res) => {
console.log(res);
data.value = res.data.result;
})
.catch((err) => {
console.log(err);