perf: endpoint弹框样式调整及字段校验
1.endpoint弹框,校验未完成 2.module弹框bug修复
This commit is contained in:
@@ -438,7 +438,10 @@
|
||||
computed: {
|
||||
currentProjectChange() {
|
||||
return this.$store.state.currentProject;
|
||||
}
|
||||
},
|
||||
moduleListReloadWatch() {
|
||||
return this.$store.state.moduleListChange;
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
currentProjectChange(n, o) {
|
||||
@@ -457,6 +460,9 @@
|
||||
this.endpointTableData = [];
|
||||
this.metricsTableData = [];
|
||||
}
|
||||
},
|
||||
moduleListReloadWatch(n, o) {
|
||||
this.getModuleList(this.currentProject.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user