bug
This commit is contained in:
@@ -196,6 +196,7 @@ export default {
|
||||
this.options = [...res]
|
||||
if (res.length > 0) {
|
||||
this.value = res[0].code
|
||||
this._pickingInfo()
|
||||
this.timerFun(this._pickingInfo, this.interTime)()
|
||||
}
|
||||
},
|
||||
@@ -205,6 +206,7 @@ export default {
|
||||
clearTimeout(this.intervalId)
|
||||
this.intervalId = null
|
||||
}
|
||||
this._pickingInfo()
|
||||
this.timerFun(this._pickingInfo, this.interTime)()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -250,6 +250,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this._synthesizeInfo()
|
||||
this.timerFun(this._synthesizeInfo, this.interTime)()
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user