Browse Source

bug修复

chenrui 3 years ago
parent
commit
ab0b137606
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/shelf.js

+ 1 - 1
src/api/shelf.js

@@ -70,7 +70,7 @@ export const shelfProductParseProducts = params => {
 // 货架  货位产品  批量插入
 // 货架  货位产品  批量插入
 export const shelfProductBatchInsert = params => {
 export const shelfProductBatchInsert = params => {
   return axios({
   return axios({
-    url: '/shelf/placeProduct/saveBatch',
+    url: '/shelf/placeProduct/saveBatchExcel',
     data: params,
     data: params,
     method: 'post'
     method: 'post'
   })
   })