@@ -375,7 +375,7 @@
size: limit,
...where,
factoryId: this.factoryId,
- searchKey: this.value,
+ searchKey: encodeURIComponent(this.value),
categoryLevelId: this.classificationId
};
let res = await getList(params);