fix: winrm protocol public value display error

This commit is contained in:
w940853815 2024-12-30 11:09:50 +08:00
parent 5b3b8f72cd
commit f433e27a43

View File

@ -85,12 +85,7 @@ export default {
} }
}, },
public: { public: {
disabled: this.protocol.name === 'winrm', disabled: this.protocol.name === 'winrm'
hidden: (formValue) => {
if (this.protocol.name === 'winrm') {
formValue['public'] = false
}
}
} }
} }
} }