fix: 修改 表达式复制无法保存的问题

This commit is contained in:
zhangyu
2021-12-10 16:25:51 +08:00
parent 0faf028ceb
commit c07dca05bd
2 changed files with 3 additions and 1 deletions

View File

@@ -272,5 +272,6 @@
border-radius: 2px;
box-sizing: border-box;
border: 2px solid #fff;
overflow: hidden;
}
}

View File

@@ -277,7 +277,8 @@ export default {
show: true,
hideInput: true,
oldName: this.expressionName[index],
error: ''
error: '',
elementId: ''
}
)
this.$nextTick(() => {