浏览代码

bug修复

chenrui 3 年之前
父节点
当前提交
ab0b137606
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
   })