From e8d14af5a1bb97c354d4cc89aa72f51ddf569e33 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 17 Dec 2025 20:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E5=88=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WelfareSelectionSituationServiceImpl.java | 2 ++ .../zhgh/welfare/select/optionSelect.js | 17 ++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/budwk/app/zhgh/welfare/service/impl/WelfareSelectionSituationServiceImpl.java b/src/main/java/com/budwk/app/zhgh/welfare/service/impl/WelfareSelectionSituationServiceImpl.java index 71083fa..3856182 100644 --- a/src/main/java/com/budwk/app/zhgh/welfare/service/impl/WelfareSelectionSituationServiceImpl.java +++ b/src/main/java/com/budwk/app/zhgh/welfare/service/impl/WelfareSelectionSituationServiceImpl.java @@ -122,6 +122,7 @@ public class WelfareSelectionSituationServiceImpl extends BaseServiceImpl 0 && this.userSelection[0].receiveAddress) { this.contactForm.receiveAddress = this.userSelection[0].receiveAddress - this.contactForm.userName = this.userSelection[0].userName; - this.contactForm.mobile = this.userSelection[0].mobile; + // this.contactForm.userName = this.userSelection[0].userName; + // this.contactForm.mobile = this.userSelection[0].mobile; + this.$set(this.contactForm, "userName", this.userSelection[0].userName) + this.$set(this.contactForm, "mobile", this.userSelection[0].mobile) } } @@ -508,6 +509,7 @@ const optionSelect = { selectNum: 1, mobile: this.contactForm.mobile, userName: this.contactForm.userName, + userSign: this.contactForm.userSign, receiveAddress: this.contactForm.receiveAddress } ] @@ -520,6 +522,7 @@ const optionSelect = { selectNum: option.selectNum, mobile: this.contactForm.mobile, userName: this.contactForm.userName, + userSign: this.contactForm.userSign, receiveAddress: this.contactForm.receiveAddress })) }