chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
ab0b137606
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {
   return axios({
-    url: '/shelf/placeProduct/saveBatch',
+    url: '/shelf/placeProduct/saveBatchExcel',
     data: params,
     method: 'post'
   })