Skip to content

Commit d9bf605

Browse files
author
baoliang
committed
Merge remote-tracking branch 'upstream/branch-1.0.2' into branch-1.0.2-up
2 parents 17584a5 + ce94add commit d9bf605

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: escheduler-dao/src/main/java/cn/escheduler/dao/model/ErrorCommand.java

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public class ErrorCommand {
102102

103103

104104
public ErrorCommand(Command command, String message){
105+
this.id = command.getId();
105106
this.commandType = command.getCommandType();
106107
this.executorId = command.getExecutorId();
107108
this.processDefinitionId = command.getProcessDefinitionId();

Diff for: escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/defineUserCount.vue

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
this._handleDefineUser(res)
6060
this.isSpin = false
6161
}).catch(e => {
62-
this.msg = e.msg || 'error'
6362
this.isSpin = false
6463
})
6564
},

Diff for: escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<m-list-construction :title="$t('Project Home')">
33
<template slot="content">
44
<div class="perject-home-content">
5-
<div class="time-model" v-show="searchParams.projectId !== 0">
5+
<div class="time-model">
66
<x-datepicker
77
:panel-num="2"
88
placement="bottom-end"
@@ -153,4 +153,4 @@
153153
display: block;
154154
}
155155
}
156-
</style>
156+
</style>

0 commit comments

Comments
 (0)