diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index e09b9e0..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/src/components/reportAudit/end.vue b/src/components/reportAudit/end.vue index b6f9b50..d9c1d6e 100644 --- a/src/components/reportAudit/end.vue +++ b/src/components/reportAudit/end.vue @@ -6,20 +6,16 @@ import {listPolice} from "@/api/system/police"; import {getList,save,delCommon} from '@/api/commonOpinions'; import useCatchStore from "@/stores/modules/catch"; import useUserStore from "@/stores/modules/user"; -const userStore = useUserStore(); -const props = defineProps(['dialog','reportId','node','isAudit',"isWarning"]) + +const props = defineProps(['reportId','node','isAudit',"isWarning"]) const emits = defineEmits(['submitFeedback',"closeFun"]) const catchSotre = useCatchStore(); -const departs = catchSotre.getDeparts() ; const formData = ref({ isInform:false, nextNode:'end' }) const auditForm= ref() -const dialog = ref(false); - - // 获取常用意见 const commonList =ref([]) @@ -82,7 +78,7 @@ watch(()=>props.dialog,(val)=>{