[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 + ')'
|
||||
},
|
||||
isShowTurnToBtn () {
|
||||
return !this.model.businessInfoDTO.standardInfo.lockDistributeFlag
|
||||
return this.model.businessInfoDTO ? !this.model.businessInfoDTO.standardInfo.lockDistributeFlag : true
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user