fix: 修复add-endpoint时会自动补全port问题
This commit is contained in:
@@ -318,7 +318,7 @@ export default {
|
||||
show: true
|
||||
},
|
||||
{
|
||||
label: this.$t('asset.host'),
|
||||
label: this.$t('asset.manageIp'),
|
||||
prop: 'manageIp',
|
||||
show: true
|
||||
}
|
||||
@@ -430,6 +430,17 @@ export default {
|
||||
handler (n) {
|
||||
this.getTableData()
|
||||
}
|
||||
},
|
||||
'editData.editType': {
|
||||
immediate: true,
|
||||
deep: true,
|
||||
handler (n) {
|
||||
if (n !== assetConstants.editTypeData.account) {
|
||||
this.editData.authProtocol = 0
|
||||
} else {
|
||||
this.getTableData()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user