fix กรรมการและการประชุม
This commit is contained in:
parent
c10b32e899
commit
95dcc45177
5 changed files with 39 additions and 50 deletions
|
|
@ -260,13 +260,9 @@ function inputEdit(val: boolean) {
|
|||
};
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
onMounted(async () => {
|
||||
if (props.data) {
|
||||
showLoader();
|
||||
setTimeout(async () => {
|
||||
await fetchForm(props.data);
|
||||
hideLoader();
|
||||
}, 1000);
|
||||
await fetchForm(props.data);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue