Browse Source

完成盘库接口路径修改

htc 2 months ago
parent
commit
5f977ca94b
1 changed files with 1 additions and 1 deletions
  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(()=>{