lucw 8 月之前
父節點
當前提交
74eeafdbf0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/warehouseManagement/stockManagement/components/selectType.vue

+ 1 - 1
src/views/warehouseManagement/stockManagement/components/selectType.vue

@@ -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);