no message
This commit is contained in:
parent
eafbc65bf2
commit
371a4e643e
2 changed files with 3 additions and 6 deletions
|
|
@ -1130,10 +1130,7 @@ onMounted(async () => {
|
||||||
><q-tooltip>อัปโหลดเอกสาร</q-tooltip></q-btn
|
><q-tooltip>อัปโหลดเอกสาร</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="col-12 q-mt-sm">
|
||||||
v-if="props.data.disciplineInvestigateRelevantDocs.length === 0"
|
|
||||||
class="col-12 q-mt-sm"
|
|
||||||
>
|
|
||||||
<q-card class="q-pa-md" bordered> ไม่มีรายการเอกสาร </q-card>
|
<q-card class="q-pa-md" bordered> ไม่มีรายการเอกสาร </q-card>
|
||||||
</div>
|
</div>
|
||||||
<q-list separator class="full-width q-mt-md">
|
<q-list separator class="full-width q-mt-md">
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ async function fetchDetailInvestigate() {
|
||||||
await http
|
await http
|
||||||
.get(config.API.disciplineInvestigateById(id.value))
|
.get(config.API.disciplineInvestigateById(id.value))
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res);
|
data.value = res.data.result;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
@ -76,7 +76,7 @@ async function fetchDetailComplaints() {
|
||||||
await http
|
await http
|
||||||
.get(config.API.disciplineComplaintsById(id.value))
|
.get(config.API.disciplineComplaintsById(id.value))
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res);
|
data.value = res.data.result;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue