From a491255f63e0d191e7df1f54f46aa2b2057798fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Fri, 23 May 2025 13:38:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor(track):=20=E8=B0=83=E6=95=B4=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=88=86=E6=AE=B5=E5=8A=9F=E8=83=BD=E7=9A=84=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E9=A1=BA=E5=BA=8F-=20=E6=B3=A8=E9=87=8A=E6=8E=89=20?= =?UTF-8?q?=5FgetSplitResultPreview=20=E6=96=B9=E6=B3=95=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E7=94=A8=20-=E7=A7=BB=E9=99=A4=E6=96=B0=E5=A2=9E=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/track/views/knowledge-info/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/track/views/knowledge-info/Index.vue b/src/views/track/views/knowledge-info/Index.vue index bc116ec..5afbbf5 100644 --- a/src/views/track/views/knowledge-info/Index.vue +++ b/src/views/track/views/knowledge-info/Index.vue @@ -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 => {