|
|
@ -364,7 +364,6 @@ const handleConfirm = async () => { |
|
|
|
} |
|
|
|
} |
|
|
|
const handleWarnClose = () => { |
|
|
|
getTableData() |
|
|
|
showWarn.value = false |
|
|
|
} |
|
|
|
|
|
|
@ -400,10 +399,6 @@ const handlePrint = async () => { |
|
|
|
warnIcon = new URL('@/assets/Index/History/success.svg', import.meta.url) |
|
|
|
.href |
|
|
|
showWarn.value = true |
|
|
|
|
|
|
|
// 清空选中状态 |
|
|
|
selectedItems.value = [] |
|
|
|
selectedIds.value = [] |
|
|
|
} else { |
|
|
|
eMessage.error(res.message || '打印失败') |
|
|
|
} |
|
|
@ -424,10 +419,6 @@ const handleExport = async () => { |
|
|
|
warnIcon = new URL('@/assets/Index/History/success.svg', import.meta.url) |
|
|
|
.href |
|
|
|
showWarn.value = true |
|
|
|
|
|
|
|
// 清空选中状态 |
|
|
|
selectedItems.value = [] |
|
|
|
selectedIds.value = [] |
|
|
|
} else { |
|
|
|
eMessage.error(res.message || '导出失败') |
|
|
|
} |
|
|
|