diff --git a/client/src/components/SchemaView.vue b/client/src/components/SchemaView.vue index 9333be7..23be881 100644 --- a/client/src/components/SchemaView.vue +++ b/client/src/components/SchemaView.vue @@ -65,11 +65,11 @@ -
+ -
+
@@ -255,12 +255,12 @@ export default { 'id[$search]': '^' + query.text }).then(res => { this.isFlowzLoaded = true - let firstState = this.flowzData.first - if (firstState === this.$route.params.stateid) { - this.itsFirstState = true - } else { - this.itsFirstState = false - } + // let firstState = this.flowzData.first + // if (firstState === this.$route.params.stateid) { + // this.itsFirstState = true + // } else { + // this.itsFirstState = false + // } this.dataTotal = res.data.total if (res.data.data.length > 0) { this.instanceEntries = res.data.data @@ -270,7 +270,7 @@ export default { } else { this.instanceEntries = [] this.dataData = [] - this.itsFirstState = true + // this.itsFirstState = true this.dataLoading = false // this.$Spin.hide() this.$Loading.finish() @@ -1212,9 +1212,15 @@ export default { .clickToCopy{ cursor: pointer; } + +