Commit fe6979d0 authored by Damon's avatar Damon

fix: 物料搜索API拼接去除空格

parent a77da067
...@@ -30,7 +30,7 @@ let partsApiFun = function (vm) { ...@@ -30,7 +30,7 @@ let partsApiFun = function (vm) {
/** /**
* 配件过滤-三级分类列表 * 配件过滤-三级分类列表
*/ */
let getThreeLevel = async (params = {}) => await vm.$u.get(parts + vm.vuex_token + '/type/threeLevel/' + params.categoryId + '/' + params.classifyId + '?partnerCompanyId = ' + params.partnerCompanyId + '&speciesId=' + params.speciesId); let getThreeLevel = async (params = {}) => await vm.$u.get(parts + vm.vuex_token + '/type/threeLevel/' + params.categoryId + '/' + params.classifyId + '?partnerCompanyId=' + params.partnerCompanyId + '&speciesId=' + params.speciesId);
/** /**
* 查询配件列表 * 查询配件列表
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment