diff --git a/src/components/reportAudit/end.vue b/src/components/reportAudit/end.vue index 7ba2ace..6496bc6 100644 --- a/src/components/reportAudit/end.vue +++ b/src/components/reportAudit/end.vue @@ -7,7 +7,7 @@ import {getList,save,delCommon} from '@/api/commonOpinions'; import useCatchStore from "@/stores/modules/catch"; import useUserStore from "@/stores/modules/user"; -const props = defineProps(['reportId','node','isAudit',"isWarning"]) +const props = defineProps(['reportId','node','isAudit',"isWarning",'dialog']) const emits = defineEmits(['submitFeedback',"closeFun"]) const catchSotre = useCatchStore(); @@ -73,7 +73,7 @@ const submitFun = async ()=>{