refactor(track): 调整新增分段功能的执行顺序- 注释掉 _getSplitResultPreview 方法的调用

-移除新增分段对话框的
This commit is contained in:
陈昱达
2025-05-23 13:38:07 +08:00
parent f0bc54f1f6
commit a491255f63

View File

@@ -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 => {