diff --git a/nezha-fronted/src/components/common/rightBox/assetBox.vue b/nezha-fronted/src/components/common/rightBox/assetBox.vue index f5f54a6ba..2e075da4a 100644 --- a/nezha-fronted/src/components/common/rightBox/assetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/assetBox.vue @@ -588,6 +588,9 @@ box.validateAccount(); }); } + if(this.editAsset.model){ + delete this.editAsset.model; + } this.$refs.assetEditForm.validate((valid) => { if (valid && this.accountValidResult) { if (this.editAsset.id) {