This commit is contained in:
guanj
2025-08-22 15:54:57 +08:00
parent 1231a39e87
commit 82f8c366c9
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
"name" : "灿能物联", "name" : "灿能物联",
"appid" : "__UNI__88BC25B", "appid" : "__UNI__88BC25B",
"description" : "", "description" : "",
"versionName" : "1.6.8", "versionName" : "1.6.81",
"versionCode" : 168, "versionCode" : 169,
"transformPx" : false, "transformPx" : false,
"sassImplementationName" : "node-sass", "sassImplementationName" : "node-sass",
/* 5+App */ /* 5+App */

View File

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

View File

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