fix(接口测试): 引用环境列表通过项目过滤

This commit is contained in:
chenjianxing 2020-11-26 15:38:47 +08:00
parent a2f1e18aa7
commit 3e9767ef88

View File

@ -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;