From 0051d4c59e4e08157cb471ae165104542053e729 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 11 Jul 2025 16:51:45 +0800 Subject: [PATCH] change --- src/pages/ccjk/screen01.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/ccjk/screen01.vue b/src/pages/ccjk/screen01.vue index 6f3680d..ada210d 100644 --- a/src/pages/ccjk/screen01.vue +++ b/src/pages/ccjk/screen01.vue @@ -5,7 +5,7 @@
-

{{ e.storsName }}

+

{{ storsName }}

@@ -196,6 +196,7 @@ export default { }, data () { return { + storsName: '', interTime: this.$store.getters.setTime, intervalId: null, materList: [], @@ -240,7 +241,6 @@ export default { secCode: this.$store.getters.secCode } this.$store.dispatch('setConfig', obj) - console.log(1111) this._synthesizeInfo() this.timerFun(this._synthesizeInfo, this.interTime)() }, @@ -283,6 +283,7 @@ export default { async _synthesizeInfo () { let res = await synthesizeInfo(this.$store.getters.secCode) res.data = res.data[0] + this.storsName = res.data.storsName this.pointUse = res.data.pointUse this.toDayInAndOut = res.data.toDayInAndOut this.inw = this.getPercentage(this.toDayInAndOut.in.vehicle_qty, this.toDayInAndOut.in.total_qty)