bug
This commit is contained in:
@@ -139,6 +139,8 @@
|
|||||||
mounted () {
|
mounted () {
|
||||||
this.areaId = this.user.info.areaId
|
this.areaId = this.user.info.areaId
|
||||||
this.areaName = this.user.info.areaName
|
this.areaName = this.user.info.areaName
|
||||||
|
this.endTime = this.$moment().format('YYYY-MM-DD')
|
||||||
|
this.beginTime = this.$moment(new Date().getTime() - 7 * 24 * 60 * 60 * 1000).format('YYYY-MM-DD')
|
||||||
this.getTree()
|
this.getTree()
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user