Merge pull request 'zhuhao_dev' (#183) from zhuhao_dev into main

Reviewed-on: #183
This commit is contained in:
朱浩 2024-09-10 15:04:51 +08:00
commit 786c6816ec
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)