mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-11 03:46:50 +08:00
1 知识Detail页退回page页路由修改
2 目录型知识库禁用直接上传知识
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<el-icon
|
<el-icon
|
||||||
class="el-icon-arrow-left"
|
class="el-icon-arrow-left"
|
||||||
style="font-size: 24px;cursor: pointer"
|
style="font-size: 24px;cursor: pointer"
|
||||||
@click.native="$router.history.go(-1)"
|
@click.native="goDatasetList"
|
||||||
></el-icon>
|
></el-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -79,6 +79,7 @@
|
|||||||
class="primary-button"
|
class="primary-button"
|
||||||
disbaled
|
disbaled
|
||||||
@click="jumpAddKnowledge"
|
@click="jumpAddKnowledge"
|
||||||
|
v-if="useDirectory !== 1"
|
||||||
>上传知识
|
>上传知识
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
@@ -218,7 +219,6 @@
|
|||||||
:columns="dirColumns"
|
:columns="dirColumns"
|
||||||
:data="treeData"
|
:data="treeData"
|
||||||
:deletion="false"
|
:deletion="false"
|
||||||
:total="treeData.length"
|
|
||||||
/>
|
/>
|
||||||
<directory-form
|
<directory-form
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
@@ -830,6 +830,9 @@ export default {
|
|||||||
this.pollingTimer = null
|
this.pollingTimer = null
|
||||||
}
|
}
|
||||||
}, 3000)
|
}, 3000)
|
||||||
|
},
|
||||||
|
goDatasetList() {
|
||||||
|
this.$router.push({ path: '/knowledge/list' })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
|
|||||||
Reference in New Issue
Block a user