!69 修改表格刷新问题

Merge pull request !69 from sol/dev
pull/70/head
小诺 2022-12-03 15:14:03 +00:00 committed by Gitee
commit 46b35d8232
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@
} }
] ]
emailApi.emailDelete(params).then(() => { emailApi.emailDelete(params).then(() => {
table.refresh(true) table.value.refresh(true)
}) })
} }
// //

View File

@ -178,7 +178,7 @@
} }
] ]
fileApi.fileDelete(params).then(() => { fileApi.fileDelete(params).then(() => {
table.refresh(true) table.value.refresh(true)
}) })
} }
// //

View File

@ -118,7 +118,7 @@
uploadLoading.value = false uploadLoading.value = false
}) })
} }
// // Minio
const customRequestMinio = (data) => { const customRequestMinio = (data) => {
uploadLoading.value = true uploadLoading.value = true
const fileData = new FormData() const fileData = new FormData()

View File

@ -118,7 +118,7 @@
} }
] ]
messageApi.messageDelete(params).then(() => { messageApi.messageDelete(params).then(() => {
table.refresh(true) table.value.refresh(true)
}) })
} }
// //

View File

@ -154,7 +154,7 @@
} }
] ]
smsApi.smsDelete(params).then(() => { smsApi.smsDelete(params).then(() => {
table.refresh(true) table.value.refresh(true)
}) })
} }
// //