Merge pull request 'fix : 年度计划权限按钮' (#492) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/492
This commit is contained in:
2024-07-06 14:38:49 +00:00

View File

@@ -312,7 +312,7 @@ const handleExport = () => {
router.push({
name: 'Plan/detail',
query: {
id: res.data
annualPlanId: res.data
}
})
}