Test frontend #only_compile
This commit is contained in:
@@ -82,6 +82,14 @@ export const useDocumentStore = defineStore({
|
||||
this.document = this.document.filter(e => document.key !== e.key)
|
||||
this.selectedDocuments = this.selectedDocuments.filter(e => document.key !== e.key)
|
||||
},
|
||||
updateUploadingDocuments(key: number){
|
||||
this.uploadCount++;
|
||||
this.uploadingDocuments.forEach((document) => {
|
||||
if(document.key === key) {
|
||||
document.progress++
|
||||
}
|
||||
})
|
||||
},
|
||||
pushUploadingDocuments(name: string){
|
||||
this.uploadCount++;
|
||||
const document = {
|
||||
|
||||
Reference in New Issue
Block a user