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

View file

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

View file

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