From c81f666eadb84f1e09ce16af51e22bfb0001a4c6 Mon Sep 17 00:00:00 2001 From: gaolu <12345678> Date: Thu, 28 Nov 2019 10:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/poster/PosterPreview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/poster/PosterPreview.vue b/src/views/ebiz/poster/PosterPreview.vue index 8099a8bac..577585c6b 100644 --- a/src/views/ebiz/poster/PosterPreview.vue +++ b/src/views/ebiz/poster/PosterPreview.vue @@ -38,7 +38,7 @@ export default { if (res.result == 0) { this.userName = res.name this.userMobile = res.phoneNo - this.manageComName = res.company + this.manageComName = res.manageComName this.id = this.$route.query.id this.getPosterDetail() }