แก้ สรุปผล

This commit is contained in:
setthawutttty 2023-12-06 14:46:29 +07:00
parent 65c9aab134
commit 0731d6e399
3 changed files with 8 additions and 11 deletions

View file

@ -28,7 +28,7 @@ const { showLoader, hideLoader, messageError } = mixin;
const router = useRouter();
const route = useRoute();
const id = ref<string>(route.params.id as string);
const type = ref<string>("");
/**
* นทกขอมลทเเกไข
@ -46,7 +46,6 @@ function closeModal() {
modal.value = false;
}
function getData() {}
/** ยืนยัน ส่งไปออกคำสั่ง */
function sentIssue() {
@ -335,8 +334,7 @@ watch(
:visibleColumns="mainStore.visibleColumnsDirector"
:data="dataResult"
v-model:filterKeyword2="filterKeyword"
:getData="getData"
v-model:type="type"
:getData="fetchDetailResult"
/>
</template>