|
@@ -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;
|