fix:cabinet搜索框bug修复

This commit is contained in:
bsdbc
2020-03-03 14:57:18 +08:00
parent 29f8797a93
commit cd71698540
2 changed files with 4 additions and 10 deletions

View File

@@ -182,15 +182,6 @@
}
},
watch: {
searchMsg: {
deep: true,
immediate: true,
handler(n, o) {
this.$nextTick(() => {
this.clear_input();
})
}
},
select_list: {
//监听下拉列表
handler(newData, oldData) {