添加工作流 设计器

This commit is contained in:
GGJ
2024-04-16 08:41:41 +08:00
parent 071ee4d2b5
commit ecb649dc47
79 changed files with 11162 additions and 207 deletions

View File

@@ -137,9 +137,9 @@ export function addPlanCycle(data: any) {
})
}
// 批量提交审核
export function planStatus(data: any) {
export function submitAuditUser(data: any) {
return createAxios({
url: '/process-boot/rGeneralSurveyPlan/planStatus',
url: '/process-boot/rGeneralSurveyPlan/submitAuditUser',
method: 'post',
data
})