修复知识分享 搜索中心跳转
This commit is contained in:
@@ -262,7 +262,7 @@ export default {
|
|||||||
if (item.module_type_flag == 'FGYB') {
|
if (item.module_type_flag == 'FGYB') {
|
||||||
this.monthlyReportClick(item)
|
this.monthlyReportClick(item)
|
||||||
} else if (item.module_type_flag == 'WTZSK') {
|
} else if (item.module_type_flag == 'WTZSK') {
|
||||||
let id = item.id.slice(0, item.id.length - 4)
|
let id = item.id.replace('base','')
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/problemknowledgeBase',
|
path: '/problemknowledgeBase',
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
Reference in New Issue
Block a user