From 0bb5da3c3d5c7b2716aeca468b26f7774a44519b Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 7 Aug 2024 13:30:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=80=A7=E8=83=BD=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E4=B8=ADtestitems=E7=9A=84=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/behavior.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/qm/behavior.vue b/src/views/qm/behavior.vue index 59095f63..866669eb 100644 --- a/src/views/qm/behavior.vue +++ b/src/views/qm/behavior.vue @@ -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;