Compare commits

..

No commits in common. "786c6816ecfa84c66571248c75ca6bf36604a4a3" and "3603c4e0f228544e7c260f488f4462a1306de19b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ export default {
addEntpcoursefileReturnId(form).then((res) => {
creatAPT({
...this.uploadData,
fileId: slideid,
fileId: res,
fileShowName: this.currentNode.label + '.apt'
}).then((res) => {
this.currentFileList.unshift(res.resData)