mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-06 09:26:48 +08:00
refactor(track): 调整新增分段功能的执行顺序- 注释掉 _getSplitResultPreview 方法的调用
-移除新增分段对话框的
This commit is contained in:
@@ -192,9 +192,9 @@ export default {
|
||||
},
|
||||
// 新增分段
|
||||
addSegment() {
|
||||
this._getSplitResultPreview()
|
||||
// this._getSplitResultPreview()
|
||||
|
||||
// this.addSegmentDialog = true
|
||||
this.addSegmentDialog = true
|
||||
},
|
||||
_getTaskDetail() {
|
||||
queryTask({ id: this.form.id }).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user