diff --git a/src/views/device/deviceMaintenance/components/listApply/listPage.vue b/src/views/device/deviceMaintenance/components/listApply/listPage.vue index 478f4fb..d269b33 100644 --- a/src/views/device/deviceMaintenance/components/listApply/listPage.vue +++ b/src/views/device/deviceMaintenance/components/listApply/listPage.vue @@ -3,7 +3,7 @@ import type { Ref } from 'vue' import { ElLoading, ElMessage, ElMessageBox } from 'element-plus' import type { IlistQuery, IlistType } from '../list_interface' -import { getSoucreList, getSoucreListDelete } from '@/api/system/source' +import { getSoucreList, getSoucreListDelete } from '@/api/measure/source' import { uploadApi } from '@/api/system/notice' import { exportExcel } from '@/utils/exportXlsx' const props = defineProps({ diff --git a/src/views/device/deviceMaintenance/components/listApply/listPage.vue b/src/views/device/deviceMaintenance/components/listApply/listPage.vue index 478f4fb..d269b33 100644 --- a/src/views/device/deviceMaintenance/components/listApply/listPage.vue +++ b/src/views/device/deviceMaintenance/components/listApply/listPage.vue @@ -3,7 +3,7 @@ import type { Ref } from 'vue' import { ElLoading, ElMessage, ElMessageBox } from 'element-plus' import type { IlistQuery, IlistType } from '../list_interface' -import { getSoucreList, getSoucreListDelete } from '@/api/system/source' +import { getSoucreList, getSoucreListDelete } from '@/api/measure/source' import { uploadApi } from '@/api/system/notice' import { exportExcel } from '@/utils/exportXlsx' const props = defineProps({ diff --git a/src/views/measure/train/components/listPage.vue b/src/views/measure/train/components/listPage.vue index 492e92a..012ead3 100644 --- a/src/views/measure/train/components/listPage.vue +++ b/src/views/measure/train/components/listPage.vue @@ -4,7 +4,7 @@ import { ElLoading, ElMessage, ElMessageBox } from 'element-plus' import type { IOptions, IlistQuery, IlistType } from '../list_interface' import ManageBox from './manageBox.vue' -import { getSoucreList, getSoucreListDelete } from '@/api/system/source' +import { getSoucreList, getSoucreListDelete } from '@/api/measure/source' import { getDeptTree } from '@/api/system/plan' import { uploadApi } from '@/api/system/notice' import { exportExcel } from '@/utils/exportXlsx'