From 7c94c07fdcebf69794ee774470ab8ed8d6b3fd60 Mon Sep 17 00:00:00 2001 From: wangyupeng Date: Tue, 26 Mar 2019 16:13:35 +0800 Subject: [PATCH] U-update --- src/pages/ffmpeg/SingleAudioInput.vue | 5 +++++ src/pages/youtube/SingleVideoInput.vue | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/pages/ffmpeg/SingleAudioInput.vue b/src/pages/ffmpeg/SingleAudioInput.vue index 35397ac..1409ca4 100644 --- a/src/pages/ffmpeg/SingleAudioInput.vue +++ b/src/pages/ffmpeg/SingleAudioInput.vue @@ -172,6 +172,11 @@ export default { }) }).then((doc) => { console.log('Doc Saved: ', doc) + this.$notify.success({ + title: '操作成功!', + message: '', + duration: notifyDuration, + }) }).catch(httpErrorHandler) } }).catch(httpErrorHandler) diff --git a/src/pages/youtube/SingleVideoInput.vue b/src/pages/youtube/SingleVideoInput.vue index 245f42d..3d23c40 100644 --- a/src/pages/youtube/SingleVideoInput.vue +++ b/src/pages/youtube/SingleVideoInput.vue @@ -273,6 +273,11 @@ export default { }).then((doc) => { console.log('Doc Saved: ', doc) this.getIsDownloadLogs(tempVideoId) + this.$notify.success({ + title: '操作成功!', + message: '', + duration: notifyDuration, + }) }).catch(httpErrorHandler) }