提交 c086cc5b 编写于 作者: C chenqt

更新

上级 5df6b067
......@@ -322,7 +322,7 @@ export default {
url: fileUrl,
name: _file.name
}
if (that.savaFile) that.savaFile(_data, _file);
if (that.saveFile) that.saveFile(_data, _file);
}).catch(error => {
that.fileUploading = false
console.error(error)
......@@ -372,8 +372,6 @@ export default {
},
// 保存文件
savaVideo(data, fileInfo) {
console.log('savaVideo', data, fileInfo)
console.log('refId', this.refId)
if (this.refId) {
const refId = this.refId === '0' ? undefined : this.refId
const form = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册