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