소스 검색

完成盘库接口路径修改

htc 4 달 전
부모
커밋
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(()=>{