fix: 修复endpoint编辑侧滑标题错误的问题等
1.修复endpoint编辑侧滑标题错误的问题 2.统一pop的圆角
This commit is contained in:
@@ -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编辑页
|
||||
|
||||
Reference in New Issue
Block a user