This commit is contained in:
yanran200730
2022-09-29 09:40:43 +08:00
parent 73442de46c
commit 0acae3b222

View File

@@ -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(() => {