对接握手流程
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user