mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-24 05:50:06 +00:00
fixed: Fixed the shortcut command selection node issue
This commit is contained in:
@@ -122,8 +122,6 @@ export default {
|
||||
query: (query, cb) => {
|
||||
const { hosts, nodes } = this.getSelectedNodesAndHosts()
|
||||
|
||||
console.log(hosts, nodes)
|
||||
|
||||
if (hosts.length === 0) {
|
||||
this.$message.warning(`${this.$t('RequiredAssetOrNode')}`)
|
||||
return cb([])
|
||||
|
||||
Reference in New Issue
Block a user