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"> <a-radio value="1">
{{$t('disagree')}} {{$t('disagree')}}
</a-radio> </a-radio>
<a-radio value="3"> <a-radio value="3" v-if="issue">
{{$t('issue')}} {{$t('issue')}}
</a-radio> </a-radio>
</a-radio-group> </a-radio-group>
@@ -106,6 +106,14 @@
uploadFile, uploadFile,
PersonnelSelection PersonnelSelection
}, },
computed:{
issue(){
if (this.$route.query.taskDefinitionKey == 'zrrjsrw'){
return true
}
return false
}
},
data() { data() {
return { return {
formInline: {}, formInline: {},