updated route placement
This commit is contained in:
parent
15d3ac574d
commit
242f82806b
14 changed files with 137 additions and 142 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue