Shannon_mu 3 years ago
parent
commit
8302164b39
1 changed files with 1 additions and 2 deletions
  1. 1 2
      operationSupport/src/views/newWorkBench/template/styleThree.vue

+ 1 - 2
operationSupport/src/views/newWorkBench/template/styleThree.vue

@@ -96,11 +96,10 @@ export default {
         };
     },
     created() {
-        debugger;
         this.pageLoction =
             typeof this.$parent.oldValue.positionInfo == 'object'
                 ? this.$parent.oldValue.positionInfo
-                : JSON.parse(this.$parent.oldValue.positionInfo).pageLoction;
+                : JSON.parse(this.$parent.oldValue.positionInfo).pageLoction || {};
     },
     mounted() {},
     computed: {},