แก้ popup ไม่เป็น false
This commit is contained in:
parent
d3d09809d6
commit
26917fc7dc
4 changed files with 4 additions and 5 deletions
|
|
@ -333,7 +333,7 @@ watch(
|
|||
map-options
|
||||
hide-bottom-space
|
||||
use-input
|
||||
:readonly="!formData.year"
|
||||
readonly
|
||||
v-model="projectName"
|
||||
@update:model-value="getProjectDetail(projectName)"
|
||||
@filter="filterOptionFn"
|
||||
|
|
|
|||
|
|
@ -345,6 +345,7 @@ function emitPerson(data: PersonsArray[]) {
|
|||
persons: dataMapId,
|
||||
})
|
||||
.then(async(res) => {
|
||||
modalPopup.value = false
|
||||
success($q, "ส่งไปพักราชการสำเร็จ");
|
||||
// router.push(`/discipline/investigatefacts`);
|
||||
await fetchDetailDisciplinary();
|
||||
|
|
@ -354,7 +355,6 @@ function emitPerson(data: PersonsArray[]) {
|
|||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
fetchDetailDisciplinary();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ function onclickSend() {
|
|||
$q,
|
||||
async () => {
|
||||
emit("returnPerson", selected.value);
|
||||
modal.value = false;
|
||||
},
|
||||
`ยืนยันการ${props.title}`,
|
||||
`ต้องการยืนยันการ${props.title}หรือไม่`
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import http from "@/plugins/http";
|
|||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import { useKpiDataStore } from "@/modules/14_KPI/store";
|
||||
|
||||
import type { ListCriteria } from "@/modules/14_KPI/interface/request/index";
|
||||
import type { ListCriteria } from "@/modules/14_KPI/interface/request/Index";
|
||||
|
||||
import DialogListCriteria from "@/modules/14_KPI/components/Tab/Dialog/DialogListCriteria.vue";
|
||||
import Work from "@/modules/14_KPI/components/Tab/Topic/01_Indicator.vue";
|
||||
|
|
@ -226,7 +226,7 @@ onMounted(async () => {
|
|||
class="bg-white row col-12 text-dark q-pa-md"
|
||||
>
|
||||
<div class="text-weight-bold text-body2">
|
||||
<span class="txt-under text-blue-6">องค์ประกอบที่ 1 </span>
|
||||
<span class="txt-under text-blue-6">องค์ประกอบที่ 1</span>
|
||||
<span class="q-ml-sm"> ผลสัมฤทธิ์ของงาน</span>
|
||||
</div>
|
||||
<div class="q-gutter-md q-mt-sm">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue