feat: 全息跳转不了的问题调整
This commit is contained in:
@ -211,7 +211,7 @@ const bqYs = (val) => {
|
|||||||
const assessShow = ref(false)
|
const assessShow = ref(false)
|
||||||
const dataList = ref()
|
const dataList = ref()
|
||||||
const pushAssess = (val) => {
|
const pushAssess = (val) => {
|
||||||
return holographicProfileJump(val?.rysfzh) // 全息档案跳转
|
return holographicProfileJump(val?.sfzh) // 全息档案跳转
|
||||||
// assessShow.value = true;
|
// assessShow.value = true;
|
||||||
// dataList.value = val;
|
// dataList.value = val;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -229,7 +229,7 @@ const handleQsFk = (val, type) => {
|
|||||||
const assessShow = ref(false)
|
const assessShow = ref(false)
|
||||||
const dataList = ref()
|
const dataList = ref()
|
||||||
const pushAssess = (val) => {
|
const pushAssess = (val) => {
|
||||||
return holographicProfileJump(val?.rysfzh) // 全息档案跳转
|
return holographicProfileJump(val?.sfzh) // 全息档案跳转
|
||||||
// assessShow.value = true;
|
// assessShow.value = true;
|
||||||
// dataList.value = val;
|
// dataList.value = val;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user