updated route placement

This commit is contained in:
Warunee Tamkoo 2024-08-01 14:29:33 +07:00
parent 15d3ac574d
commit 242f82806b
14 changed files with 137 additions and 142 deletions

View file

@ -181,7 +181,7 @@ const resetFilter = () => {
};
const openDetail = (id: string) => {
router.push(`/help-government/detail/${id}`);
router.push(`/placement/help-government/detail/${id}`);
};
const openModal = () => (modal.value = true);
const closeModal = () => {
@ -357,7 +357,6 @@ onMounted(async () => {
}}
</div>
</q-td>
</q-tr>
</template>
</d-table>