fix
This commit is contained in:
parent
8b745f187d
commit
91ab1bc0d9
1 changed files with 3 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ watch(
|
||||||
<template>
|
<template>
|
||||||
<q-dialog v-model="modal" persistent>
|
<q-dialog v-model="modal" persistent>
|
||||||
<q-card class="col-12" style="width: 60%">
|
<q-card class="col-12" style="width: 60%">
|
||||||
<Header :tittle="'เลือกข้าราชการ ฯ'" :close="closeDialog" />
|
<Header :tittle="'เลือกข้าราชการฯ'" :close="closeDialog" />
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
|
|
@ -271,7 +271,8 @@ watch(
|
||||||
label="ค้นหา"
|
label="ค้นหา"
|
||||||
class="full-width full-height"
|
class="full-width full-height"
|
||||||
unelevated
|
unelevated
|
||||||
color="teal"
|
outline
|
||||||
|
color="primary"
|
||||||
@click="(formFilter.page = 1), searchFilter()"
|
@click="(formFilter.page = 1), searchFilter()"
|
||||||
>
|
>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue