Browse Source

bug修复

master
ljlong_2630 1 month ago
parent
commit
0c83fc9eee
  1. 2
      src/views/eam/basic/inspection/index.vue
  2. 2
      src/views/eam/basic/moldInspection/index.vue
  3. 2
      src/views/eam/basic/moldMaintenance/index.vue

2
src/views/eam/basic/inspection/index.vue

@ -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

2
src/views/eam/basic/moldInspection/index.vue

@ -241,7 +241,7 @@ const handleExport = async () => {
tableObject.params.type="MOLD" tableObject.params.type="MOLD"
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

2
src/views/eam/basic/moldMaintenance/index.vue

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

Loading…
Cancel
Save