Sfoglia il codice sorgente

完成盘库接口路径修改

htc 4 mesi fa
parent
commit
5f977ca94b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(()=>{