รายการโครงการ/หลักสูตรการฝึกอบรมที่หน่วยงานของกรุงเทพมหานครเป็นผู้จัด => 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) => {
|
.then((res) => {
|
||||||
const data = res.data.result;
|
const data = res.data.result;
|
||||||
node.value = data;
|
node.value = data;
|
||||||
|
fetchListProject();
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
messageError($q, err);
|
messageError($q, err);
|
||||||
|
|
@ -267,7 +268,6 @@ watch(
|
||||||
/** ดึงข้อมูลเมื่อโหลดหน้าเสร็จสิ้น */
|
/** ดึงข้อมูลเมื่อโหลดหน้าเสร็จสิ้น */
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
fetchActive();
|
fetchActive();
|
||||||
fetchListProject();
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue