From ac392dd9285e3f9ed70ff621ba0fe3906e8f2835 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Thu, 11 Dec 2025 21:18:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E6=A0=87=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E6=96=87=E5=AD=97=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourColorManage/warningControl/combinedWarning/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue index 0bb7cfd..1af153d 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue @@ -72,7 +72,7 @@ import Detail from './components/detail.vue' import emitter from "@/utils/eventBus.js"; const searchBox = ref(); const { proxy } = getCurrentInstance(); -const { D_GSXT_YJXX_CZZT } = proxy.$dict("D_GSXT_YJXX_CZZT") +const { D_GSXT_YJXX_CZZT, D_GS_SSYJ, D_BZ_YJJB } = proxy.$dict("D_GSXT_YJXX_CZZT","D_GS_SSYJ","D_BZ_YJJB"); import { holographicProfileJump } from "@/utils/tools.js" // 搜索配置 @@ -186,7 +186,7 @@ const handleClick = (row) => { const assessShow = ref(false) const dataList = ref() const pushAssess = (val) => { - return holographicProfileJump(val?.rysfzh) // 全息档案跳转 + return holographicProfileJump(val?.sfzh) // 全息档案跳转 // assessShow.value = true; // dataList.value = val; }