รายการโครงการ/หลักสูตรการฝึกอบรมที่หน่วยงานของกรุงเทพมหานครเป็นผู้จัด => fix bug
This commit is contained in:
parent
39b853e043
commit
d17ba210ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue