|
@ -196,8 +196,10 @@ const handleExport = async () => { |
|
|
await message.exportConfirm() |
|
|
await message.exportConfirm() |
|
|
// 发起导出 |
|
|
// 发起导出 |
|
|
exportLoading.value = true |
|
|
exportLoading.value = true |
|
|
|
|
|
tableObject.params.type="DEVICE" |
|
|
|
|
|
tableObject.params.status="MAINTAIN" |
|
|
const data = await DeviceMaintenanceApi.exportDeviceMoldItems(tableObject.params) |
|
|
const data = await DeviceMaintenanceApi.exportDeviceMoldItems(tableObject.params) |
|
|
download.excel(data, '项记录表(设备 模具 保养 维修 巡检点检).xlsx') |
|
|
download.excel(data, '设备保养项配置.xlsx') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|
exportLoading.value = false |
|
|
exportLoading.value = false |
|
|