|
|
@ -574,6 +574,7 @@ export default {
|
|
|
|
this.filterQuery.code = this.scanCode;
|
|
|
|
this.filterQuery.code = this.scanCode;
|
|
|
|
let tQuery = {
|
|
|
|
let tQuery = {
|
|
|
|
viewType: "tagCode",
|
|
|
|
viewType: "tagCode",
|
|
|
|
|
|
|
|
workPlaceCode: this.workplaceId,
|
|
|
|
originCode: this.originCode,
|
|
|
|
originCode: this.originCode,
|
|
|
|
code: this.filterQuery.code.trim(),
|
|
|
|
code: this.filterQuery.code.trim(),
|
|
|
|
};
|
|
|
|
};
|
|
|
|