chenrui 3 vuotta sitten
vanhempi
commit
ab0b137606
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'
   })