fix:首件检验中testitem的获取
This commit is contained in:
parent
0bb5da3c3d
commit
766b3d0704
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue