1.删除无法刷新表格

修改table.refresh(true)======>table.value.refresh(true)
2.修改注释错误
This commit is contained in:
卢杰 2022-12-03 13:02:31 +08:00
parent 86ed69f161
commit 8ff7310075
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)
}) })
} }
// //