二期:bug修复

This commit is contained in:
朱浩 2024-07-31 16:46:37 +08:00
parent 15f6b5dcbd
commit ede8dfd533
3 changed files with 7 additions and 4 deletions

View File

@ -9,6 +9,7 @@ export const asyncLocalFile = (item) => {
if (isAsync === true) {
item.async = 'on'
if (type === 'down') {
console.log(item)
ipcRenderer.send('download-file-default', {
url: item.fileFullPath,
fileName: item.fileNewName

View File

@ -232,7 +232,7 @@ export default {
},
asyncAllFile() {
this.isLoading = true
getSmarttalkPage({
return getSmarttalkPage({
...this.uploadData,
orderByColumn: 'uploadTime',
isAsc: 'desc',
@ -249,9 +249,11 @@ export default {
await asyncLocalFile(item)
}
this.asyncAllFileVisiable = false
return Promise.resolve()
})
.catch(() => {
this.isLoading = false
return Promise.resolve()
})
},
async nodeClick(data) {
@ -264,7 +266,7 @@ export default {
this.uploadData.levelSecondId = cata[1]
this.uploadData.levelThirdId = cata[2]
this.uploadData.textbookId = data.textBook.curBookId
this.asyncAllFile()
await this.asyncAllFile()
if (this.uploadData.levelSecondId) {
// ID
const res = await this.getChapterId()
@ -292,7 +294,7 @@ export default {
getChapterId() {
return listEntpcourse({ evalid: this.uploadData.levelSecondId, edituserid: this.userStore.userId, pageSize: 500 })
},
//
//
createTimer() {
this.timerId = setInterval(() => {
this.getHomeWorkList()

View File

@ -213,6 +213,7 @@ export default {
> .btn {
position: relative;
display: flex;
margin-top: 30px;
> .upload {
display: block;
width: 60px;
@ -222,7 +223,6 @@ export default {
left: 0;
opacity: 0;
}
margin-top: 30px;
}
}
.personal-authentica {