liqianyi пре 2 година
родитељ
комит
bb19618581
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/views/modules/msg-center/approve-add-or-update.vue

+ 1 - 2
src/views/modules/msg-center/approve-add-or-update.vue

@@ -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('流程类别不支持,请联系管理员!')
         }
       },