fix() 修改 修改规则引擎后跳转页面失败

chao
chao 2024-05-05 14:43:45 +08:00
parent 92091dfb28
commit cfed56f091
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
<script>
import Encoding from "@/components/Encoding/index.vue";
import {getEngine} from "@/api/data/engine";
import path from "path";
export default {
name: "EngineVersion",
@ -50,6 +51,7 @@ export default {
this.modification = null
this.dialogVisible = false
}, 50)
this.$router.push({path: `/rule/rule`})
},
getInfo() {
getEngine(this.$route.query.id).then(res => {