NEZ-3066 fix:alert message 查询参数,交互调整

This commit is contained in:
zhangyu
2023-08-21 11:51:44 +08:00
parent 3d601d7317
commit cb2b134375

View File

@@ -906,6 +906,8 @@ export default {
obj.q = ''
this.oldSearchStr = ''
}
this.visible = false
this.$refs.searchStr.blur()
this.$emit('search', obj)
})
}, 100),