แก้ ตำแหน่งเงินเดือน

This commit is contained in:
setthawutttty 2024-02-05 14:46:03 +07:00
parent a9adabb6a2
commit 2aa55bc642

View file

@ -1505,7 +1505,6 @@ watch(visibleColumns, async (count: String[], prevCount: String[]) => {
onMounted(async () => { onMounted(async () => {
// await fetchPosition(); // await fetchPosition();
await getPosition(); await getPosition();
await fetchType();
// await nodeTree(); // await nodeTree();
await fetchData(); await fetchData();
}); });
@ -2398,11 +2397,17 @@ async function fetchType() {
hideLoader(); hideLoader();
}); });
} }
// watch(()=>modal.value,()=>{ watch(
// if(modal.value == true){ () => modal.value,
// getPosition() () => {
// } if (modal.value == true) {
// }) positionTypeOptions.value = [];
positionLevelOptions.value = [];
positionLevelOptionsFilter.value = [];
fetchType();
}
}
);
</script> </script>
<style lang="scss"> <style lang="scss">
.modalfix { .modalfix {