Skip to content

Commit

Permalink
fixed: Fixed the shortcut command selection node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Oct 10, 2024
1 parent 3b2803b commit 2a08310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/ops/Adhoc/QuickJob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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([])
Expand Down

0 comments on commit 2a08310

Please sign in to comment.