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

接口定义页面记录选择的协议
This commit is contained in:
song-tianyang 2022-03-16 19:27:20 +08:00 committed by CountryBuilder
parent 7759cc2699
commit 8fbacd88bd

View File

@ -431,6 +431,7 @@ export default {
selectDataCounts: 0,
projectName: "",
versionEnable: false,
isFirstInitTable:true,
};
},
props: {
@ -636,7 +637,11 @@ export default {
});
}
if (this.needRefreshModule()) {
this.$emit("refreshTree");
if(this.isFirstInitTable){
this.isFirstInitTable = false;
}else {
this.$emit("refreshTree");
}
}
},
getMaintainerOptions() {