diff --git a/src/pages/repository/source/index.vue b/src/pages/repository/source/index.vue index 4407e9505efd1cc0e13f7d853c46fcfbfa885e89..e99eaf2bf82ff1c56ec1295914133858f748fe79 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