diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 3fa0f891a..c750f4911 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -583,6 +583,7 @@ export default { } }, async sharePeople() { + console.log(this.agent,'this.agent.name') let date = new Date() let month = date.getMonth() + 1 if (month <= 9) {