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