fixed: Fixed the shortcut command selection node issue

This commit is contained in:
zhaojisen
2024-10-10 18:37:47 +08:00
parent 3b2803b9a1
commit 2a08310efc

View File

@@ -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([])