修改问题

This commit is contained in:
guanj
2026-01-23 15:46:43 +08:00
parent 82f8c366c9
commit b71200cb97
6 changed files with 838 additions and 822 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -112,7 +112,7 @@ export default {
this.store = this.DataSource('/cs-harmonic-boot/eventUser/queryEventpage')
this.store.params.type = this.type
this.store.params.deviceId = this.deviceId
this.store.params.startTime = this.$util.getThreeMonthsAgo()
this.store.params.startTime = this.$util.getBeforeDays()
this.store.params.endTime = this.$util.getToday()
this.store.loadedCallback = () => {
this.store.data.forEach((item) => {

View File

@@ -115,7 +115,7 @@ export default {
console.log(dictData)
this.store = this.DataSource('/cs-harmonic-boot/eventUser/queryEventpage')
this.store.params.type = this.type
this.store.params.startTime = this.$util.getThreeMonthsAgo()
this.store.params.startTime = this.$util.getBeforeDays()
this.store.params.endTime = this.$util.getToday()
this.store.loadedCallback = () => {
console.log(111, this.store.data)