feat: 全息档案按钮-都改成跳转gonga某网址
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user