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 @@
@@ -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)