This commit is contained in:
2025-09-06 15:58:47 +08:00
parent 3e4b85fc48
commit 6380ee505f
6 changed files with 32 additions and 28 deletions

View File

@ -272,6 +272,7 @@ const handleDelete = async (row?: MonthPlanVO) => {
const handleAudit = async (row?: MonthPlanVO) => {
proxy?.$tab.openPage('/approval/monthPlan/indexEdit', '审核月度产值计划', {
planMonth: row?.planMonth,
id: row?.id,
type: 'update'
});
};