Hwf 5 månader sedan
förälder
incheckning
bcf137c1b9

+ 1 - 1
src/views/comprehensiveGuarantee/MaterialReserveManagement/BarcodeManagement.vue

@@ -70,7 +70,7 @@
 
 <script setup lang="ts">
 import { ref, reactive, onMounted, onBeforeUnmount } from 'vue';
-import { getBarcodeManagementList } from '@/api/comprehensiveGuarantee/MaterialReserveManagement/BarcodeManagement';
+import { getBarcodeManagementList } from '@/api/comprehensiveGuarantee/materialReserveManagement/BarcodeManagement';
 const { proxy } = getCurrentInstance() as ComponentInternalInstance;
 const baseUrl = import.meta.env.VITE_APP_BASE_API;
 const downLoadApi = import.meta.env.VITE_APP_BASE_DOWNLOAD_API;

+ 1 - 1
src/views/comprehensiveGuarantee/materialReserves/materialsDeclaration.vue

@@ -49,7 +49,7 @@
 import { onMounted, reactive, ref, toRefs } from 'vue';
 import { ElTable, ElTableColumn, ElForm, ElFormItem, ElInput, ElButton, ElText } from 'element-plus';
 import { ComponentInternalInstance, getCurrentInstance } from 'vue';
-import { getDeclarationList } from '@/api/comprehensiveGuarantee/MaterialReserveManagement/materialsDeclaration';
+import { getDeclarationList } from '@/api/comprehensiveGuarantee/materialReserveManagement/materialsDeclaration';
 import Pagination from '@/components/Pagination/index.vue'; // 假设这是分页组件的路径
 import MaterialsDeclarationView from './materialsDeclarationView.vue'; // 查看详情组件
 import MaterialsDistributionEdit from './materialsDistributionEdit.vue'; // 编辑组件