[update] 修改bug89348
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ export default {
|
|||||||
return this.$t('flowCenter') + this.$route.meta.title + '(' + this.currentNodeName + ')'
|
return this.$t('flowCenter') + this.$route.meta.title + '(' + this.currentNodeName + ')'
|
||||||
},
|
},
|
||||||
isShowTurnToBtn () {
|
isShowTurnToBtn () {
|
||||||
return !this.model.businessInfoDTO.standardInfo.lockDistributeFlag
|
return this.model.businessInfoDTO ? !this.model.businessInfoDTO.standardInfo.lockDistributeFlag : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
Reference in New Issue
Block a user