Skip to content

Commit 0a8e0d1

Browse files
qiaozhanweibaoliang
qiaozhanwei
authored and
baoliang
committed
project index date update
1 parent fce91b1 commit 0a8e0d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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)