修改问题
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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) => {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user