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 })) }