Commit ce3c4a81 authored by miaojiale's avatar miaojiale

修改合并内容

parent b874c2a0
......@@ -182,16 +182,18 @@ export default {
dataId: dataId,
success: data => {
console.log('分片上传视频成功', data)
this.uploadLoading = false
// 合并
this.$API.fileMerge({
dataId: dataId,
videoName: data.videoName,
id: randomNum
}).then(res => {
this.uploadLoading = false
this.pageNum = 1
this.videoList = []
this.getVideoList()
})
this.pageNum = 1
this.videoList = []
this.getVideoList()
},
error: e => {
console.log('分片上传视频失败', e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment