From 797cedea934c4fc0f26c239df802f2703a5793d6 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Mon, 2 Nov 2020 14:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E9=80=9A=E7=9F=A5=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=96=B0=E5=A2=9E=E5=8F=AF=E4=BB=A5=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/notice-add-or-update.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/news/notice-add-or-update.vue b/src/views/modules/news/notice-add-or-update.vue index 7678aaf..028ffbe 100644 --- a/src/views/modules/news/notice-add-or-update.vue +++ b/src/views/modules/news/notice-add-or-update.vue @@ -74,15 +74,15 @@ + prop="noticeVideoUrl"> - + @@ -118,7 +118,7 @@ export default { mobile: '', noticeContent: '', allDeptIdsShow: [], - videoUrl: '' + noticeVideoUrl: '' }, value: '', // 富文本 @@ -355,7 +355,7 @@ export default { this.dataForm.noticeImageUrl = res.data.url }, handleVideoSuccess (res, file) { - this.dataForm.videoUrl = res.data.url + this.dataForm.noticeVideoUrl = res.data.url this.videoLoading = false }, beforeAvatarUpload (file) {