能力广场
This commit is contained in:
parent
6e2d146ca8
commit
b99ec35e90
|
@ -2,7 +2,7 @@
|
|||
* @Author: hisense.liangjunhua
|
||||
* @Date: 2022-08-09 09:31:25
|
||||
* @LastEditors: hisense.liangjunhua
|
||||
* @LastEditTime: 2022-08-09 18:25:06
|
||||
* @LastEditTime: 2022-08-10 14:29:05
|
||||
* @Description: 应用资源
|
||||
-->
|
||||
<template>
|
||||
|
@ -50,12 +50,13 @@
|
|||
const selectFlag = ref(false)
|
||||
let dom = null
|
||||
const goToView = (id) => {
|
||||
router.push({
|
||||
const newpage = router.resolve({
|
||||
path: '/details',
|
||||
query: {
|
||||
id: id,
|
||||
},
|
||||
})
|
||||
window.open(newpage.href, '_blank')
|
||||
}
|
||||
const getList = (str) => {
|
||||
if (str) {
|
||||
|
|
Loading…
Reference in New Issue