แก้ สรุปผล
This commit is contained in:
parent
65c9aab134
commit
0731d6e399
3 changed files with 8 additions and 11 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue