fix(接口测试): 修复TCP Mock期望请求内容不能正常编辑问题 (#5707)
Co-authored-by: BugKing <wangzhen@fit2cloud.com>
This commit is contained in:
parent
4d562bb1ad
commit
36860f4eeb
|
@ -336,6 +336,7 @@ export default {
|
|||
};
|
||||
}
|
||||
this.$nextTick(function () {
|
||||
this.$refs.tcpParam.reload();
|
||||
this.showHeadTable = true;
|
||||
});
|
||||
});
|
||||
|
|
|
@ -96,13 +96,7 @@ export default {
|
|||
watch:{
|
||||
reportType(){
|
||||
this.request.reportType = this.reportType;
|
||||
},
|
||||
'request.rawDataStruct'(){
|
||||
this.reload();
|
||||
},
|
||||
'request.jsonDataStruct'(){
|
||||
this.reload();
|
||||
},
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.currentProjectId = getCurrentProjectID();
|
||||
|
|
Loading…
Reference in New Issue