|
@@ -272,7 +272,7 @@
|
|
|
<script setup lang="ts">
|
|
|
import { dateFormatter } from '@/utils/formatTime'
|
|
|
import download from '@/utils/download'
|
|
|
-import { IotMainPlanBomMaterialApi, IotMainPlanBomMaterialVO } from '@/api/rq/iotmainplanbommaterial'
|
|
|
+import { IotMainPlanBomMaterialApi, IotMainPlanBomMaterialVO } from '@/api/pms/iotmainplanbommaterial'
|
|
|
import IotMainPlanBomMaterialForm from './IotMainPlanBomMaterialForm.vue'
|
|
|
|
|
|
/** PMS 保养计划明细设备BOM挂载物料关联 列表 */
|
|
@@ -372,4 +372,4 @@ const handleExport = async () => {
|
|
|
onMounted(() => {
|
|
|
getList()
|
|
|
})
|
|
|
-</script>
|
|
|
+</script>
|