From 817e4545851a30fea507c0f0927fd32e86f61a26 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 22 Dec 2025 20:30:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=92=E6=A1=A3=E8=8A=82=E7=82=B9=E5=89=8D?= =?UTF-8?q?=EF=BC=8C=E5=BF=85=E9=A1=BB=E4=BC=A0=E5=85=A5=E5=AE=A1=E8=AE=A1?= =?UTF-8?q?=E9=99=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/reportAudit/end.vue | 4 ++-- src/views/report/edit/controlPrice.vue | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) 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 ()=>{