fix(接口测试): 修复TCP Mock期望请求内容不能正常编辑问题 (#5708)

Co-authored-by: BugKing <wangzhen@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-08-25 22:47:59 +08:00 committed by GitHub
parent 3e40e317c1
commit 85dd0ab0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -336,6 +336,7 @@ export default {
};
}
this.$nextTick(function () {
this.$refs.tcpParam.reload();
this.showHeadTable = true;
});
});

View File

@ -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();