fix(接口定义): 接口定义页面记录选择的协议

接口定义页面记录选择的协议
This commit is contained in:
song-tianyang 2022-03-16 19:27:20 +08:00 committed by CountryBuilder
parent 9eec19a618
commit a73a305e16
1 changed files with 6 additions and 1 deletions

View File

@ -431,6 +431,7 @@ export default {
selectDataCounts: 0,
projectName: "",
versionEnable: false,
isFirstInitTable:true,
};
},
props: {
@ -636,8 +637,12 @@ export default {
});
}
if (this.needRefreshModule()) {
if(this.isFirstInitTable){
this.isFirstInitTable = false;
}else {
this.$emit("refreshTree");
}
}
},
getMaintainerOptions() {
this.$post('/user/project/member/tester/list', {projectId: getCurrentProjectID()}, response => {