parent
9eec19a618
commit
a73a305e16
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue