mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 10:56:50 +08:00
feat:新建知识库交互优化
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
datasetDelete({ id: item.id }).then(res => {
|
||||
if (res.content.result === 0) {
|
||||
if (res.content.result === '0') {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: '删除成功!'
|
||||
|
||||
Reference in New Issue
Block a user