Browse Source

新增供应商下拉列表

赵冬冬 4 years ago
parent
commit
1e62256254
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/api/brand.js

+ 2 - 3
src/api/brand.js

@@ -53,8 +53,7 @@ export function updateBrand(id,data) {
 //根据供应商id查询生产地
 export function fetchOriginList(id) {
   return request({
-    url:'/product/plOfPro/select',
-    method:'get',
-    params:id
+    url:'/product/plOfPro/select?compId='+id,
+    method:'get'
   })
 }