fix: 修复endpoint编辑侧滑标题错误的问题等

1.修复endpoint编辑侧滑标题错误的问题
2.统一pop的圆角
This commit is contained in:
陈劲松
2020-03-02 20:23:27 +08:00
parent 32439cd031
commit 58b60178f2
4 changed files with 12 additions and 11 deletions

View File

@@ -887,7 +887,7 @@
toEditEndpoint(endpoint) {
this.editEndpoint = JSON.parse(JSON.stringify(endpoint));
this.rightBoxHandler(3);
this.$refs.editEndpointBox.toEdit(true);
this.$refs.editEndpointBox.toEdit(true, this.editEndpoint.id);
if (!this.editEndpoint.paramObj) {
this.$set(this.editEndpoint, 'paramObj', []);
}
@@ -905,7 +905,7 @@
this.$set(this.editEndpoint, 'paramObj', []);
}
this.rightBoxHandler(3);
this.$refs.editEndpointBox.toEdit(false);
this.$refs.editEndpointBox.toEdit(false, this.editEndpoint.id);
},
//弹出module编辑页