fix:首件检验中testitem的获取
This commit is contained in:
parent
0bb5da3c3d
commit
766b3d0704
|
@ -252,7 +252,7 @@ export default {
|
|||
getTextItem() {
|
||||
let that = this;
|
||||
that.$API.qm.getTestItem
|
||||
.get({ tag: "first", page: 0 })
|
||||
.get({ tags__contains: "first", page: 0 })
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
let ftestitems = [];
|
||||
|
|
Loading…
Reference in New Issue