|
@@ -813,6 +813,7 @@ export default {
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
scan() {
|
|
scan() {
|
|
|
|
+ this.state = 0
|
|
if (this.timeout) {
|
|
if (this.timeout) {
|
|
clearTimeout(this.timeout)
|
|
clearTimeout(this.timeout)
|
|
}
|
|
}
|
|
@@ -820,6 +821,7 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
back() {
|
|
back() {
|
|
|
|
+ this.state = 0
|
|
if (this.timeout) {
|
|
if (this.timeout) {
|
|
clearTimeout(this.timeout)
|
|
clearTimeout(this.timeout)
|
|
}
|
|
}
|