feat: 全息档案按钮-都改成跳转gonga某网址

This commit is contained in:
2025-12-11 19:15:57 +08:00
parent 3b78393e54
commit 6960dc1651
8 changed files with 43 additions and 13 deletions

View File

@ -69,6 +69,8 @@ import { reactive, ref, getCurrentInstance, watch } from "vue";
import { qcckGet, qcckPost } from "@/api/qcckApi.js";
import HolographicArchive from './holographicArchive.vue'
import WarningAssignment from './warningAssignment.vue'
import { holographicProfileJump } from "@/utils/tools.js"
const { proxy } = getCurrentInstance();
const props = defineProps({
@ -142,8 +144,9 @@ const showDetail = (item) => {
const assessShow = ref(false)
const dataList = ref()
const pushAssess = (val) => {
assessShow.value = true;
dataList.value = val;
return holographicProfileJump(val?.rysfzh) // 全息档案跳转
// assessShow.value = true;
// dataList.value = val;
}
// 预警指派
const warningShow = ref(false)