this.$nextTick(() => {
this.fuzzyInfo = null; //将v-model数值清空
this.$refs.autocomplete.internalSearch = null; //再将选中的值清空
})
this.$nextTick(() => {
this.fuzzyInfo = null; //将v-model数值清空
this.$refs.autocomplete.internalSearch = null; //再将选中的值清空
})