diff --git a/pages/purchase/apply.vue b/pages/purchase/apply.vue index 979dc79..4337873 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("/purchaseMain/purchaseMain/addPlantPurchaseSub",{ + var res=await request("/purchaseMain/purchaseMain/addPlantGoodsSpecification",{ method:"post", body: this.formData })