bug
This commit is contained in:
@@ -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)()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -250,6 +250,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
|
this._synthesizeInfo()
|
||||||
this.timerFun(this._synthesizeInfo, this.interTime)()
|
this.timerFun(this._synthesizeInfo, this.interTime)()
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
Reference in New Issue
Block a user