@@ -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: {},