mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-07 18:06:50 +08:00
feat:删除提示
This commit is contained in:
@@ -111,11 +111,13 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
datasetDelete({ id: item.id }).then(res => {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: '删除成功!'
|
||||
})
|
||||
this.getList()
|
||||
if (res.content.result === 0) {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: '删除成功!'
|
||||
})
|
||||
this.getList()
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
@@ -310,6 +312,7 @@ export default {
|
||||
position: relative;
|
||||
color: #606266;
|
||||
transition: all 0.25s ease;
|
||||
margin-left: 0;
|
||||
|
||||
&:hover {
|
||||
color: #409eff;
|
||||
|
||||
Reference in New Issue
Block a user