审批重构

This commit is contained in:
Teo
2025-08-18 19:59:57 +08:00
parent 174ef50f6f
commit 806ed029cf
27 changed files with 142 additions and 88 deletions

View File

@ -268,7 +268,7 @@ onMounted(() => {
/** 审核按钮操作 */
const handleAudit = async (row?: MonthPlanVO) => {
proxy?.$tab.openPage('/out/designCompletion/indexEdit', '审核设计完工产值', {
proxy?.$tab.openPage('/approval/designCompletion/indexEdit', '审核设计完工产值', {
id: row?.id,
type: 'update'
});