Skip to content

Commit 3689092

Browse files
committed
fix: form data backfill is invalid
1 parent 3b83568 commit 3689092

File tree

1 file changed

+4
-0
lines changed
  • packages/business/src/views/external-storage

1 file changed

+4
-0
lines changed

packages/business/src/views/external-storage/List.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ export default {
398398
}
399399
this.$nextTick(() => {
400400
this.$refs?.form?.clearValidate()
401+
402+
if (this.form.type === 'mongodb') {
403+
this.$refs.schemaToForm?.getForm().setValues(this.form)
404+
}
401405
})
402406
},
403407
submit() {

0 commit comments

Comments
 (0)