This commit is contained in:
2025-08-13 10:23:49 +08:00
parent 37d1900440
commit 73f4b2ae54
2 changed files with 6 additions and 5 deletions

View File

@@ -91,8 +91,9 @@ export default {
setJxtTime: this.setJxtTime * 1000, setJxtTime: this.setJxtTime * 1000,
pageNo: this.value, pageNo: this.value,
iskb: '1', iskb: '1',
secCode: this.$store.getters.secCode secCode: this.secCode
} }
console.log()
this.$store.dispatch('setConfig', obj) this.$store.dispatch('setConfig', obj)
this.$router.push('/screen' + this.value) this.$router.push('/screen' + this.value)
// let element = document.documentElement // let element = document.documentElement

View File

@@ -122,10 +122,10 @@ export default {
mounted () { mounted () {
}, },
destroyed () { destroyed () {
// if (this.intervalId !== null) { if (this.intervalId !== null) {
// clearTimeout(this.intervalId) clearTimeout(this.intervalId)
// this.intervalId = null this.intervalId = null
// } }
}, },
methods: { methods: {
getPercentage (part, whole) { getPercentage (part, whole) {