Commit 5a6e1ab82c57a77e64b32829d36ef45f0702f1a9

Authored by 刘汉宸
1 parent 7b3cf100

fix: 修复SchemaPage值更新逻辑

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
packages/schema-page/index.vue
... ... @@ -451,7 +451,7 @@ export default {
451 451 this.modalRender = false;
452 452 this.modalProps = {};
453 453 this.$emit('update:value-form', this.cloneDeep(this.originProps).valueForm);
454   - this.$emit('update:value-detail', this.cloneDeep(this.originProps).detailValue);
  454 + this.$emit('update:value-detail', this.cloneDeep(this.originProps).valueDetail);
455 455 },
456 456 // 表格选中状态
457 457 onTableSelectionChange(selection, type) {
... ...