master
xy 3 years ago
parent d629eade26
commit 4b57e0a8d5

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

@ -293,7 +293,7 @@
await this.getDepartment() await this.getDepartment()
this.select.department = Number(this.$route.query.departmentId) || '' 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() await this.getPlanProgress()
} }

Loading…
Cancel
Save