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