From c0a276520af2977da32aee5efaeac6d8cd2649e7 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 31 Jan 2023 12:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/purchase/apply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })