NEZ-1181 fix: 搜索框 关闭选项后,点击 下发 module 筛选,依旧带有 搜索框条件

This commit is contained in:
zhangyu
2021-11-05 09:26:46 +08:00
parent b4e559a0fb
commit 2503d74025

View File

@@ -1148,6 +1148,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.searchScrollbar.update() this.$refs.searchScrollbar.update()
}) })
this.select()
}, },
// 修改已有参数 // 修改已有参数
update_sreach (ind, e) { update_sreach (ind, e) {
@@ -1200,6 +1201,7 @@ export default {
}) })
this.select_list.splice(ind, 1) this.select_list.splice(ind, 1)
this.sreach_num-- this.sreach_num--
this.select()
}, },
// 阻止冒泡事件 // 阻止冒泡事件
stop_click (e) { stop_click (e) {