This commit is contained in:
Henry Jordan
2021-01-21 20:48:51 +00:00
parent 991e3ede34
commit 0c5113928f
3 changed files with 12 additions and 12 deletions

View File

@@ -19,16 +19,16 @@ import api from "../api/index";
export default {
name: "XCase",
components: {
Debugger,
Debugger
},
props: {
data: Object,
data: Object
},
mounted() {
let that = this;
this.height = window.innerHeight - this.diffHeight;
this.dataCase = this.$parent.dataCase;
if (this.dataCase.ACTION == "jump") {
if (this.dataCase.ACTION === "jump") {
this.path =
window.config.SYS_SERVER +
window.config.SYS_URI +