master
xy 2 years ago
parent d629eade26
commit 4b57e0a8d5

@ -177,7 +177,7 @@
>
<template slot-scope="scope">
<router-link
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.department_id}`"
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.department_id}&type=${sitem[0].type}`"
>查看
</router-link>
</template>
@ -234,7 +234,7 @@
>
<template slot-scope="scope">
<router-link
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.department_id}`"
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.department_id}&type=${sitem[1].type}`"
>查看
</router-link>
</template>

@ -293,7 +293,7 @@
await this.getDepartment()
this.select.department = Number(this.$route.query.departmentId) || ''
this.select.type = Number(this.$route.query.typeId) || ''
this.select.type = Number(this.$route.query.type) || ''
await this.getPlanProgress()
}

Loading…
Cancel
Save