แก้ กรรมการ

This commit is contained in:
setthawutttty 2024-01-03 16:44:07 +07:00
parent 40e787af89
commit 72a1171b8f
6 changed files with 186 additions and 144 deletions

View file

@ -17,7 +17,7 @@ import http from "@/plugins/http";
const $q = useQuasar();
const mixin = useCounterMixin();
const { showLoader, success, messageError, dialogConfirm, hideLoader } = mixin;
const listCheck = ref<number>();
const listCheck = ref<number|null>();
const props = defineProps({
modal: Boolean,
@ -46,6 +46,9 @@ function clickList(index: number, data: any) {
watch(props, () => {
if (props) {
listCheck.value = null
listInvestigateDetail.value = []
dataList.value = []
const data: DirectorRowsResponse = props.dataList as DirectorRowsResponse;
showLoader();
http