优化
This commit is contained in:
@ -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'
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user