fix : 年度计划权限按钮

This commit is contained in:
2024-07-06 22:38:31 +08:00
parent e5777b55bc
commit 06524178c7

View File

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