diff --git a/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue b/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue index 332658666..d5c415ab5 100644 --- a/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue +++ b/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue @@ -12,12 +12,12 @@
- + - + @@ -336,9 +336,7 @@ export default { t.disabled = false }) } else if (value == 1) { - if (this.editAssetMeta.type !== 'RADIO' && - this.editAssetMeta.type !== 'CHECKBOX' && - this.editAssetMeta.type !== 'SELECT') { + if (this.editAssetMeta.type !== 'RADIO' && this.editAssetMeta.type !== 'CHECKBOX' && this.editAssetMeta.type !== 'SELECT') { flag = false this.editAssetMeta.type = 'RADIO' } diff --git a/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue b/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue index cb2bb38f7..9aad50f30 100644 --- a/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/software/softwareAssetBox.vue @@ -52,7 +52,7 @@ - +