bug
This commit is contained in:
@@ -139,6 +139,8 @@
|
||||
mounted () {
|
||||
this.areaId = this.user.info.areaId
|
||||
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.loading = true
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user