This commit is contained in:
sjl
2025-10-17 11:33:52 +08:00
parent 956262401b
commit 9a25e41d4f
4 changed files with 12 additions and 6 deletions

View File

@@ -236,9 +236,9 @@ const downloadFile = async () => {
ElMessageBox.confirm('确认导出被检设备?', '温馨提示', {
type: 'warning',
confirmButtonText: '确定',
cancelButtonText: '取消'
type: 'warning',
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(() => {
const patternId = dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id
useDownload(exportPqDev, '被检设备导出数据', {...proTable.value?.searchParam, pattern: patternId}, false, '.xlsx')