Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/branch-1.0.2' into branch-1.0.…
Browse files Browse the repository at this point in the history
…2-up
  • Loading branch information
baoliang committed Apr 30, 2019
2 parents 17584a5 + ce94add commit d9bf605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public class ErrorCommand {


public ErrorCommand(Command command, String message){
this.id = command.getId();
this.commandType = command.getCommandType();
this.executorId = command.getExecutorId();
this.processDefinitionId = command.getProcessDefinitionId();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
this._handleDefineUser(res)
this.isSpin = false
}).catch(e => {
this.msg = e.msg || 'error'
this.isSpin = false
})
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<m-list-construction :title="$t('Project Home')">
<template slot="content">
<div class="perject-home-content">
<div class="time-model" v-show="searchParams.projectId !== 0">
<div class="time-model">
<x-datepicker
:panel-num="2"
placement="bottom-end"
Expand Down Expand Up @@ -153,4 +153,4 @@
display: block;
}
}
</style>
</style>

0 comments on commit d9bf605

Please sign in to comment.