fix : 修复项目归档五个附件上传功能、提示框、文件多选上传、详情驳回/同意路由跳转问题

This commit is contained in:
2024-06-01 18:30:11 +08:00
parent 04a7ba8802
commit dd046f645f
19 changed files with 659 additions and 88 deletions

View File

@@ -37,8 +37,7 @@ const schema = computed(() => {
props: {
placeholder: '请输入审核意见',
type: 'textarea',
// maxlength: 140,
rows:3
rows: 3
}
}
]
@@ -52,7 +51,13 @@ const back = () => {
router.push({name: 'Filing'})
break;
case 'Implementation/detail':
router.push({name: 'Implementation'})
if (route.query.step === '20') {
router.push({name: 'Initiation'})
} else if (route.query.step === '40') {
router.push({name: 'Implementation'})
} else if (route.query.step === '50') {
router.push({name: 'Filing'})
}
break;
case 'Summary/detail':
router.push({name: 'Summary'})