fix:性能检验中testitems的获取

This commit is contained in:
shijing 2024-08-07 13:30:27 +08:00
parent fd08cc9356
commit 0bb5da3c3d
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ export default {
getTextItem() {
let that = this;
that.$API.qm.getTestItem
.get({ tag: "performance", page: 0 })
.get({ tags__contains: "performance", page: 0 })
.then((res) => {
that.behaviors = res;
that.query.testitem = res[0].id;