รายการโครงการ/หลักสูตรการฝึกอบรมที่หน่วยงานของกรุงเทพมหานครเป็นผู้จัด => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-28 12:06:00 +07:00
parent 39b853e043
commit d17ba210ba

View file

@ -219,6 +219,7 @@ function fetchTree(id: string) {
.then((res) => {
const data = res.data.result;
node.value = data;
fetchListProject();
})
.catch((err) => {
messageError($q, err);
@ -267,7 +268,6 @@ watch(
/** ดึงข้อมูลเมื่อโหลดหน้าเสร็จสิ้น */
onMounted(() => {
fetchActive();
fetchListProject();
});
</script>