fix() 修改 修改规则引擎后跳转页面失败
parent
92091dfb28
commit
cfed56f091
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue