Compare commits

...

3 Commits

Author SHA1 Message Date
朱浩 786c6816ec Merge pull request 'zhuhao_dev' (#183) from zhuhao_dev into main
Reviewed-on: #183
2024-09-10 15:04:51 +08:00
朱浩 1b504a1653 Merge branch 'main' into zhuhao_dev 2024-09-10 15:04:18 +08:00
朱浩 85c61ca802 APT入口开发 2024-09-10 15:03:42 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ export default {
addEntpcoursefileReturnId(form).then((res) => {
creatAPT({
...this.uploadData,
fileId: res,
fileId: slideid,
fileShowName: this.currentNode.label + '.apt'
}).then((res) => {
this.currentFileList.unshift(res.resData)