fix:首件检验中testitem的获取

This commit is contained in:
shijing 2024-08-07 13:31:02 +08:00
parent 0bb5da3c3d
commit 766b3d0704
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ export default {
getTextItem() { getTextItem() {
let that = this; let that = this;
that.$API.qm.getTestItem that.$API.qm.getTestItem
.get({ tag: "first", page: 0 }) .get({ tags__contains: "first", page: 0 })
.then((res) => { .then((res) => {
console.log(res); console.log(res);
let ftestitems = []; let ftestitems = [];