แก้ เปลี่ยนฟิล
This commit is contained in:
parent
a8657eabd8
commit
ba72ef35e6
4 changed files with 10 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue