Compare commits
No commits in common. "786c6816ecfa84c66571248c75ca6bf36604a4a3" and "3603c4e0f228544e7c260f488f4462a1306de19b" have entirely different histories.
786c6816ec
...
3603c4e0f2
|
@ -385,7 +385,7 @@ export default {
|
||||||
addEntpcoursefileReturnId(form).then((res) => {
|
addEntpcoursefileReturnId(form).then((res) => {
|
||||||
creatAPT({
|
creatAPT({
|
||||||
...this.uploadData,
|
...this.uploadData,
|
||||||
fileId: slideid,
|
fileId: res,
|
||||||
fileShowName: this.currentNode.label + '.apt'
|
fileShowName: this.currentNode.label + '.apt'
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
this.currentFileList.unshift(res.resData)
|
this.currentFileList.unshift(res.resData)
|
||||||
|
|
Loading…
Reference in New Issue