fix: 修改 表达式复制无法保存的问题
This commit is contained in:
@@ -272,5 +272,6 @@
|
||||
border-radius: 2px;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -277,7 +277,8 @@ export default {
|
||||
show: true,
|
||||
hideInput: true,
|
||||
oldName: this.expressionName[index],
|
||||
error: ''
|
||||
error: '',
|
||||
elementId: ''
|
||||
}
|
||||
)
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user