This commit is contained in:
zyn
2023-10-31 14:25:36 +08:00
parent 94ef18bf2c
commit 12bb89d5e3
@@ -649,6 +649,18 @@ export default {
case '重新起草':
params.type = 'step1_1'
break
case '32': {
name = 'policyRegulatoryMaterials'
switch (row.taskInfo) {
case '批准':
params.type = 'step2'
break
case '重新起草':
params.type = 'step1_1'
break
}
}
break
case '33':
name = 'policyConsultation'
break