diff --git a/src/views/ruleEngine/engineVersion/index.vue b/src/views/ruleEngine/engineVersion/index.vue index 7f5ccd7..56bb878 100644 --- a/src/views/ruleEngine/engineVersion/index.vue +++ b/src/views/ruleEngine/engineVersion/index.vue @@ -130,16 +130,16 @@ - 我来啦! + - 我来啦! + @@ -176,7 +176,12 @@ export default { "isActivate": "no-activate", "description": "", "codeIng": null - } + }, + // 详情抽屉状态 + ruleEngineVersionInfoStatus: false, + // 测试抽屉状态 + ruleEngineVersionTestStatus: false, + } }, created() { @@ -187,10 +192,10 @@ export default { checkRuleEngineVersion(command) { switch (command.event) { case "info"://详情 - this.handleAbandon(command.index,command.row); + this.ruleEngineVersionInfoStatus = true break; case "test"://测试 - this.handleUpload (command.index,command.row); + this.ruleEngineVersionTestStatus = true break; case "status"://激活状态 command.ruleEngineVersion.isActivate = 'no-activate' === command.ruleEngineVersion.isActivate ? 'activated' : 'no-activate'