|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<template> |
|
|
|
|
<div class="app-container home"> |
|
|
|
|
<el-button type="primary" :icon="Download" @click="controlMsg">策略导入</el-button> |
|
|
|
|
<el-button :type=data.type plain>{{data.info}}:{{data.info1}}:{{data.result}}</el-button> |
|
|
|
|
<el-button :type=data.type plain @click="GetResult">{{data.info}}:{{data.info1}}:{{data.result}}</el-button> |
|
|
|
|
<div class="dev_control_wrapper"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -499,6 +499,7 @@ function confirmClick() { |
|
|
|
|
} |
|
|
|
|
setFlowItem(0); //调用递归函数,从数组第一个元素开始赋值 |
|
|
|
|
getControlLogListFun() |
|
|
|
|
GetResult() |
|
|
|
|
}else{ |
|
|
|
|
getControlLogListFun() |
|
|
|
|
} |
|
|
|
|