Skip to content

Commit

Permalink
fix: 修复云同步更新实例任务IP网段组不显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huailei000 authored and BaiJiangJie committed Apr 21, 2023
1 parent f7901fc commit 955dabb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
is_periodic: true,
interval: 24,
hostname_strategy: 'instance_name_partial_ip',
ip_network_segment_group: '*'
ip_network_segment_group: ['*']
},
fields: [
[this.$t('common.Basic'), ['name']],
Expand Down Expand Up @@ -123,7 +123,7 @@ export default {
const [name, port] = i.split('/')
return { name, port }
})
formValue.ip_network_segment_group = formValue.ip_network_segment_group.toString()
return formValue
},
cleanFormValue(value) {
Expand Down

0 comments on commit 955dabb

Please sign in to comment.