|
@@ -107,8 +107,7 @@ export default {
|
|
|
this.display ? this.$refs.expenseDetail.init(this.businessId) : this.$refs.expenseDetail.init(this.businessId, businessType)
|
|
|
} else if (this.businessType === 'work_damage_flow') {
|
|
|
this.display ? this.$refs.damageDetail.init(this.businessId) : this.$refs.damageDetail.init(this.businessId, businessType)
|
|
|
- }
|
|
|
- else {
|
|
|
+ } else {
|
|
|
this.$message.error('流程类别不支持,请联系管理员!')
|
|
|
}
|
|
|
},
|