project index date update
@ -59,7 +59,6 @@
this._handleDefineUser(res)
this.isSpin = false
}).catch(e => {
this.msg = e.msg || 'error'
})
},
@ -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"
@ -153,4 +153,4 @@
display: block;
}
</style>