|
|
@@ -67,7 +67,7 @@ export default {
|
|
|
'$route.query.lotoId': {
|
|
|
handler(newValue) {
|
|
|
if (newValue) {
|
|
|
- this.initKonva()
|
|
|
+ // this.initKonva()
|
|
|
this.getIsIsolationPointPage()
|
|
|
this.addPointsToLeftPointsBox()
|
|
|
this.addPointsToRightPointsBox()
|
|
|
@@ -78,7 +78,7 @@ export default {
|
|
|
beforeRouteEnter(to, from, next) {
|
|
|
next(vm => {
|
|
|
vm.getInfo()
|
|
|
- vm.initKonva()
|
|
|
+ // vm.initKonva()
|
|
|
vm.getIsIsolationPointPage()
|
|
|
vm.addPointsToLeftPointsBox()
|
|
|
vm.addPointsToRightPointsBox()
|
|
|
@@ -86,8 +86,8 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.$nextTick(()=>{
|
|
|
- // this.getInfo()
|
|
|
- this.initKonva();
|
|
|
+ this.getInfo()
|
|
|
+ // this.initKonva();
|
|
|
this.getIsIsolationPointPage()
|
|
|
this.addPointsToRightPointsBox()
|
|
|
this.addPointsToLeftPointsBox()
|