fix:性能检验中testitems的获取
This commit is contained in:
parent
fd08cc9356
commit
0bb5da3c3d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue