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