From 3dd81eb092b18109c07f020cc8135bfdbe1852c7 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Tue, 21 Feb 2023 08:10:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=BD=AF=E4=BB=B6=E6=BA=90?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E8=AF=A6=E6=83=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/pages/repository/source/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/repository/source/index.vue b/src/pages/repository/source/index.vue index 4407e95..e99eaf2 100644 --- a/src/pages/repository/source/index.vue +++ b/src/pages/repository/source/index.vue @@ -361,6 +361,12 @@ export default { } }) }, + SourceDetail(row) { + this.detailVisible = true + this.selectPlan.planName = row.planName + this.selectPlan.annotation = row.annotation + this.selectPlan.sourceList = this.analysisData(row.sourceList) + }, } } \ No newline at end of file -- Gitee