mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix(接口测试): 引用环境列表通过项目过滤
This commit is contained in:
parent
a2f1e18aa7
commit
3e9767ef88
@ -72,6 +72,7 @@ export default {
|
||||
methods: {
|
||||
search() {
|
||||
this.condition.excludeId = this.excludeId;
|
||||
this.condition.projectId = this.projectId;
|
||||
let url = "/api/list/" + this.currentPage + "/" + this.pageSize;
|
||||
this.result = this.$post(url, this.condition, response => {
|
||||
let data = response.data;
|
||||
|
Loading…
Reference in New Issue
Block a user