diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 0808716b..88e350ab 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -137,7 +137,7 @@ export default { params: {id} }).then(res => { if (res?.data) { - this.form = {...this.form, ...res.data} + this.form = {extra: {}, ...this.form, ...res.data} } }) },