diff --git a/business-css/frontend/src/views/component/scenario/index.vue b/business-css/frontend/src/views/component/scenario/index.vue index 55a6e7b..675a729 100644 --- a/business-css/frontend/src/views/component/scenario/index.vue +++ b/business-css/frontend/src/views/component/scenario/index.vue @@ -324,6 +324,7 @@ function resultClick(row:any){ title.value = props.projectInfo.name + ' - ' + props.projectInfo.createdAt + ' - ' + row.name isAcitve.value = 0 scenarioId.value = row.scenarioId, + info.value = row getMenuData() isShowResult.value = true; } @@ -515,7 +516,6 @@ function initDeviceData(){
-