diff --git a/pages/purchase/apply.vue b/pages/purchase/apply.vue index aa4d841..5e8f8cb 100644 --- a/pages/purchase/apply.vue +++ b/pages/purchase/apply.vue @@ -170,7 +170,7 @@ export default { uni.showToast({title:"请选择采购详情!",icon:"none"}) return false } - var res=await request("/goods/goods/addPlantGoodsSpecification",{ + var res=await request("/api/purchase/add",{ method:"post", body: this.formData })