Prechádzať zdrojové kódy

完成盘库接口路径修改

htc 2 mesiacov pred
rodič
commit
5f977ca94b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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(()=>{