File tree 3 files changed +3
-3
lines changed
escheduler-dao/src/main/java/cn/escheduler/dao/model
escheduler-ui/src/js/conf/home/pages/projects/pages/index
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ public class ErrorCommand {
102
102
103
103
104
104
public ErrorCommand (Command command , String message ){
105
+ this .id = command .getId ();
105
106
this .commandType = command .getCommandType ();
106
107
this .executorId = command .getExecutorId ();
107
108
this .processDefinitionId = command .getProcessDefinitionId ();
Original file line number Diff line number Diff line change 59
59
this ._handleDefineUser (res)
60
60
this .isSpin = false
61
61
}).catch (e => {
62
- this .msg = e .msg || ' error'
63
62
this .isSpin = false
64
63
})
65
64
},
Original file line number Diff line number Diff line change 2
2
<m-list-construction :title =" $t('Project Home')" >
3
3
<template slot="content">
4
4
<div class =" perject-home-content" >
5
- <div class =" time-model" v-show = " searchParams.projectId !== 0 " >
5
+ <div class =" time-model" >
6
6
<x-datepicker
7
7
:panel-num =" 2"
8
8
placement =" bottom-end"
153
153
display : block ;
154
154
}
155
155
}
156
- </style >
156
+ </style >
You can’t perform that action at this time.
0 commit comments