|
|
@ -312,7 +312,7 @@ const handleExport = async () => { |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await DeviceInspectionConfigApi.exportMoldMaintenanceConfig(tableObject.params) |
|
|
|
download.excel(data, '设备模具保养项配置.xlsx') |
|
|
|
download.excel(data, '设备巡检点检项配置.xlsx') |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
exportLoading.value = false |
|
|
|