fix : 修复项目归档五个附件上传功能、提示框、文件多选上传、详情驳回/同意路由跳转问题
This commit is contained in:
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user