|
@ -245,7 +245,7 @@ const handleExport = async () => { |
|
|
tableObject.params.type="DEVICE" |
|
|
tableObject.params.type="DEVICE" |
|
|
tableObject.params.status="INSPECTION" |
|
|
tableObject.params.status="INSPECTION" |
|
|
const data = await DeviceMoldItemsApi.exportDeviceMoldItems(tableObject.params) |
|
|
const data = await DeviceMoldItemsApi.exportDeviceMoldItems(tableObject.params) |
|
|
download.excel(data, '项记录表(设备 模具 保养 维修 巡检点检).xlsx') |
|
|
download.excel(data, '设备巡检点检项.xlsx') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|
exportLoading.value = false |
|
|
exportLoading.value = false |
|
|