This commit is contained in:
zhangxuelin 2024-09-10 15:06:39 +08:00
commit eaf2d82ead
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)