浏览代码

完成盘库接口路径修改

htc 2 月之前
父节点
当前提交
5f977ca94b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pagesStorage/checkStorage/add.vue

+ 1 - 1
pagesStorage/checkStorage/add.vue

@@ -147,7 +147,7 @@
 				})
 				this.checkDto.details = details;
 				
-				this.$api.post('/wms/checkOrder',this.checkDto).then(res=>{
+				this.$api.post('/wms/checkOrder/check',this.checkDto).then(res=>{
 					if(res.data.code===0){
 						this.$showToast('盘库单新增成功');
 						setTimeout(()=>{