Skip to content

Commit

Permalink
U-update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyupeng committed Mar 26, 2019
1 parent 78ed75f commit 7c94c07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/ffmpeg/SingleAudioInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ export default {
})
}).then((doc) => {
console.log('Doc Saved: ', doc)
this.$notify.success({
title: '操作成功!',
message: '',
duration: notifyDuration,
})
}).catch(httpErrorHandler)
}
}).catch(httpErrorHandler)
Expand Down
5 changes: 5 additions & 0 deletions src/pages/youtube/SingleVideoInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 7c94c07

Please sign in to comment.