Explorar o código

Merge branch 'feat/production-safety' of http://192.168.6.110/product-group-fe/sfy-safety-group/sfy-safety into feat/production-safety

sunqijun hai 2 meses
pai
achega
322c90bdc6

+ 2 - 1
src/views/production-safety/safetyAssessment/inventory/components/InventoryDetail.vue

@@ -29,7 +29,8 @@
   import BasicForm from '@/components/BasicForm.vue';
   import { useFormConfigHook } from '@/hooks/useFormConfigHook';
   import { INVENTORY_FORM_CONFIG, INVENTORY_FORM_DATA, INVENTORY_FORM_RULES } from '../configs/form';
-  import { queryInventoryDetail, saveInventory, updateInventory } from '@/api/inventory';
+  import { saveInventory } from '@/api/production-safety/business-registration-application';
+  import { queryInventoryDetail, updateInventory } from '@/api/inventory';
 
   const router = useRouter();
   const route = useRoute();