Merge remote-tracking branch 'origin/master'

This commit is contained in:
liyawei
2022-04-26 14:38:55 +08:00
@@ -21,7 +21,7 @@
<a-radio value="1">
{{$t('disagree')}}
</a-radio>
<a-radio value="3">
<a-radio value="3" v-if="issue">
{{$t('issue')}}
</a-radio>
</a-radio-group>
@@ -106,6 +106,14 @@
uploadFile,
PersonnelSelection
},
computed:{
issue(){
if (this.$route.query.taskDefinitionKey == 'zrrjsrw'){
return true
}
return false
}
},
data() {
return {
formInline: {},