fix() 修改 修改规则引擎后跳转页面失败
parent
92091dfb28
commit
cfed56f091
|
@ -28,6 +28,7 @@
|
||||||
<script>
|
<script>
|
||||||
import Encoding from "@/components/Encoding/index.vue";
|
import Encoding from "@/components/Encoding/index.vue";
|
||||||
import {getEngine} from "@/api/data/engine";
|
import {getEngine} from "@/api/data/engine";
|
||||||
|
import path from "path";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "EngineVersion",
|
name: "EngineVersion",
|
||||||
|
@ -50,6 +51,7 @@ export default {
|
||||||
this.modification = null
|
this.modification = null
|
||||||
this.dialogVisible = false
|
this.dialogVisible = false
|
||||||
}, 50)
|
}, 50)
|
||||||
|
this.$router.push({path: `/rule/rule`})
|
||||||
},
|
},
|
||||||
getInfo() {
|
getInfo() {
|
||||||
getEngine(this.$route.query.id).then(res => {
|
getEngine(this.$route.query.id).then(res => {
|
||||||
|
|
Loading…
Reference in New Issue