fix ==> evaluate
This commit is contained in:
parent
bb92b9e3eb
commit
dd18e2d518
3 changed files with 8 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue