Explorar el Código

调整文件语法格式

liqianyi hace 2 años
padre
commit
bb19618581
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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('流程类别不支持,请联系管理员!')
         }
       },