mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
fix(接口定义): 接口定义页面记录选择的协议
接口定义页面记录选择的协议
This commit is contained in:
parent
7759cc2699
commit
8fbacd88bd
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user