refactor: 页面优化
parent
bd4e874ac5
commit
8d9a2d6080
|
|
@ -68,6 +68,7 @@ const handleDelete = (item, index) => {
|
|||
const handleDownload = (item) => {
|
||||
uni.showToast({
|
||||
title: '下载中...',
|
||||
icon: 'none',
|
||||
})
|
||||
downloadPDF({
|
||||
id: item.vId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue