Compare commits
3 Commits
3603c4e0f2
...
786c6816ec
Author | SHA1 | Date |
---|---|---|
朱浩 | 786c6816ec | |
朱浩 | 1b504a1653 | |
朱浩 | 85c61ca802 |
|
@ -385,7 +385,7 @@ export default {
|
||||||
addEntpcoursefileReturnId(form).then((res) => {
|
addEntpcoursefileReturnId(form).then((res) => {
|
||||||
creatAPT({
|
creatAPT({
|
||||||
...this.uploadData,
|
...this.uploadData,
|
||||||
fileId: res,
|
fileId: slideid,
|
||||||
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