แก้ เปลี่ยนฟิล

This commit is contained in:
setthawutttty 2025-04-29 09:32:53 +07:00
parent a8657eabd8
commit ba72ef35e6
4 changed files with 10 additions and 2 deletions

View file

@ -101,7 +101,6 @@ function getSearch() {
}
async function getData() {
console.log(props.idCheck);
const url =
props.type == "COMMANDER"
? config.API.workflowCommanderOperate
@ -180,6 +179,12 @@ watch(
getSearch();
}
);
watch(()=>modal.value,()=>{
if(modal.value){
getSearch()
}
})
</script>
<template>
<q-dialog v-model="modal" persistent>