fix: 搜索用例时显示了新增用例
This commit is contained in:
parent
65b702c9b5
commit
09bdbfc04a
|
@ -167,9 +167,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.apiCaseList = response.data;
|
this.apiCaseList = response.data;
|
||||||
if (this.apiCaseList.length == 0) {
|
// if (this.apiCaseList.length == 0) {
|
||||||
this.addCase();
|
// this.addCase();
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue