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