APT入口开发

This commit is contained in:
朱浩 2024-09-10 15:03:42 +08:00
parent 9cad353d36
commit 85c61ca802
1 changed files with 1 additions and 1 deletions

View File

@ -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)