fix ==> evaluate

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-16 10:02:56 +07:00
parent bb92b9e3eb
commit dd18e2d518
3 changed files with 8 additions and 9 deletions

View file

@ -162,9 +162,7 @@ async function copyLink(name: string) {
});
}
/**
* function เรยกขอมลวนทประกาศ
*/
/** function เรียกข้อมูลวันที่ประกาศ */
async function getDate() {
showLoader();
await http
@ -185,9 +183,8 @@ async function getDate() {
}
const download10Url = ref<string>("");
/**
* function เชคไฟลปโหลด
*/
/** function เช็คไฟล์อัปโหลด*/
async function checkDocResult() {
showLoader();
await http
@ -297,7 +294,7 @@ onMounted(async () => {
>
<div>นทกแจงผลการประกาศคดเลอก</div>
<q-space />
<div>
<div v-if="download10Url">
<q-btn
:href="download10Url"
target="_blank"

View file

@ -167,6 +167,7 @@ function onSearch() {
watchEffect(() => {
if (props.Modal === true) {
selected.value = props.selectedRow;
filterKeyword2.value = "";
}
});
@ -201,7 +202,7 @@ watch(
outlined
dense
class="col-12 q-mb-sm"
:model-value="filterKeyword2"
v-model="filterKeyword2"
placeholder="ค้นหารายชื่อ"
style="max-width: 100%"
@keydown.enter="onSearch"

View file

@ -167,6 +167,7 @@ function onSearch() {
watchEffect(() => {
if (props.Modal === true) {
selected.value = props.selectedRow;
filterKeyword.value = "";
}
});
@ -201,7 +202,7 @@ watch(
outlined
dense
class="col-12 q-mb-sm"
:model-value="filterKeyword"
v-model="filterKeyword"
placeholder="ค้นหารายการประชุม"
style="max-width: 100%"
@keydown.enter="onSearch"