แก้ กรรมการ
This commit is contained in:
parent
40e787af89
commit
72a1171b8f
6 changed files with 186 additions and 144 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue