修改三期优化点
This commit is contained in:
+7
-7
@@ -158,13 +158,13 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
titleClick(item) {
|
titleClick(item) {
|
||||||
let newUrl = this.$router.resolve({
|
// let newUrl = this.$router.resolve({
|
||||||
path: '/problemKnowledgeBaseView',
|
// path: '/problemKnowledgeBaseView',
|
||||||
query: {
|
// query: {
|
||||||
id: item.id
|
// id: item.id
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
window.open(newUrl.href, '_blank')
|
// window.open(newUrl.href, '_blank')
|
||||||
},
|
},
|
||||||
edit(val) {
|
edit(val) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user