UPDATE: 1、优化
This commit is contained in:
@@ -577,7 +577,11 @@ const importClick = () => {
|
||||
|
||||
// 点击导出按钮
|
||||
const exportClick = () => {
|
||||
ElMessageBox.confirm('确认导出检测计划?', '温馨提示', { type: 'warning' }).then(() => {
|
||||
ElMessageBox.confirm('确认导出检测计划?', '温馨提示', {
|
||||
type: 'warning',
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消'
|
||||
}).then(() => {
|
||||
useDownload(
|
||||
exportPlan,
|
||||
'检测计划导出数据',
|
||||
|
||||
Reference in New Issue
Block a user