Browse Source

Merge remote-tracking branch 'upstream/branch-1.0.2' into branch-1.0.2-up

pull/2/head 1.0.2
baoliang 6 years ago
parent
commit
d9bf605684
  1. 1
      escheduler-dao/src/main/java/cn/escheduler/dao/model/ErrorCommand.java
  2. 1
      escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/defineUserCount.vue
  3. 4
      escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue

1
escheduler-dao/src/main/java/cn/escheduler/dao/model/ErrorCommand.java

@ -102,6 +102,7 @@ public class ErrorCommand {
public ErrorCommand(Command command, String message){ public ErrorCommand(Command command, String message){
this.id = command.getId();
this.commandType = command.getCommandType(); this.commandType = command.getCommandType();
this.executorId = command.getExecutorId(); this.executorId = command.getExecutorId();
this.processDefinitionId = command.getProcessDefinitionId(); this.processDefinitionId = command.getProcessDefinitionId();

1
escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/defineUserCount.vue

@ -59,7 +59,6 @@
this._handleDefineUser(res) this._handleDefineUser(res)
this.isSpin = false this.isSpin = false
}).catch(e => { }).catch(e => {
this.msg = e.msg || 'error'
this.isSpin = false this.isSpin = false
}) })
}, },

4
escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue

@ -2,7 +2,7 @@
<m-list-construction :title="$t('Project Home')"> <m-list-construction :title="$t('Project Home')">
<template slot="content"> <template slot="content">
<div class="perject-home-content"> <div class="perject-home-content">
<div class="time-model" v-show="searchParams.projectId !== 0"> <div class="time-model">
<x-datepicker <x-datepicker
:panel-num="2" :panel-num="2"
placement="bottom-end" placement="bottom-end"
@ -153,4 +153,4 @@
display: block; display: block;
} }
} }
</style> </style>

Loading…
Cancel
Save