From b8f4e623565c69b590ef7c8e8f135d7f00a8a334 Mon Sep 17 00:00:00 2001 From: lynn Date: Fri, 25 Apr 2025 22:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=88=E5=90=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/contractList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue index 8ab21fc..50ea5cd 100644 --- a/src/views/contract/contractList.vue +++ b/src/views/contract/contractList.vue @@ -1761,7 +1761,7 @@ export default { // 第二步的数据 type: this.form.type, is_plan: this.form.isBudget ? 1 : 0, - purchase_type_id: this.form.methods, + purchase_type_id: this.form.purchaseForm, // 修改这里,使用 purchaseForm 而不是 methods purchase_way_id: this.form.modality, money_way_id: `${this.form.moneyWay.toString()}`, plan_price: this.form.price,