@@ -67,6 +67,9 @@ export default {
watch: {
value: {
handler(newV, oldV) {
+ if (this.searchValue === newV) {
+ return
+ }
this.searchValue = newV
const type = Object.prototype.toString.call(this.searchValue)
if (type.indexOf('Array') < 0) {