This commit is contained in:
2025-01-17 10:54:35 +08:00
parent 6db2bdd297
commit f9dadc43fa
2 changed files with 3 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ export default {
this.options = [...res] this.options = [...res]
if (res.length > 0) { if (res.length > 0) {
this.value = res[0].code this.value = res[0].code
this._pickingInfo()
this.timerFun(this._pickingInfo, this.interTime)() this.timerFun(this._pickingInfo, this.interTime)()
} }
}, },
@@ -205,6 +206,7 @@ export default {
clearTimeout(this.intervalId) clearTimeout(this.intervalId)
this.intervalId = null this.intervalId = null
} }
this._pickingInfo()
this.timerFun(this._pickingInfo, this.interTime)() this.timerFun(this._pickingInfo, this.interTime)()
} }
}, },

View File

@@ -250,6 +250,7 @@ export default {
} }
}, },
created () { created () {
this._synthesizeInfo()
this.timerFun(this._synthesizeInfo, this.interTime)() this.timerFun(this._synthesizeInfo, this.interTime)()
}, },
mounted () { mounted () {