change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user