wyf 6 месяцев назад
Родитель
Сommit
0e8b23a9b7

+ 4 - 1
src/views/security-confidentiality/security-regulation-notice/components/NoticeEdit.vue

@@ -44,7 +44,10 @@
   import UploadLoading from '@/components/UploadLoading.vue';
   import UploadLoading from '@/components/UploadLoading.vue';
   import { useRouter } from 'vue-router';
   import { useRouter } from 'vue-router';
   import { stringToArray, unformatAttachment, formatAttachmentList } from '@/components/UploadFiles/utils';
   import { stringToArray, unformatAttachment, formatAttachmentList } from '@/components/UploadFiles/utils';
-  import { getNoticeDetail, updateNotice } from '@/api/traffic-regulation/traffic-regulation';
+  import {
+    getNoticeDetail,
+    updateNotice,
+  } from '@/api/security-confidentiality-regulation-notice/security-regulation-notice';
 
 
   const props = defineProps<{
   const props = defineProps<{
     id: number;
     id: number;