修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-30 11:57:48 +08:00
parent 7ea4e046e0
commit 93d3210be4
2 changed files with 8 additions and 8 deletions
@@ -149,7 +149,7 @@
<template slot="title">
<span v-html="item.file_name"></span>
</template>
<span style="cursor: pointer" v-html="item.file_name" @click="fileClick(item)"></span>
<span style="cursor: pointer" v-html="item.file_name" @click="titleClick(item)"></span>
</a-tooltip>
</div>
<a-tooltip placement="topLeft" :mouseEnterDelay="0.5" v-if="!queryParam.selectValue">
@@ -636,7 +636,7 @@
let newUrl = this.$router.resolve({
path: '/docManage/library/detail',
query: {
id: item.id,
id: item.id.slice(0,32),
title: item.title,
serial_number: item.serial_number
}