|
@@ -66,7 +66,12 @@
|
|
},
|
|
},
|
|
closeDrawer: function() {
|
|
closeDrawer: function() {
|
|
this.drawerIsShow = false;
|
|
this.drawerIsShow = false;
|
|
- this.$parent.leftbar();
|
|
|
|
|
|
+
|
|
|
|
+ if(this.$parent!=undefined)
|
|
|
|
+ {
|
|
|
|
+ this.$parent.leftbar();
|
|
|
|
+ }
|
|
|
|
+
|
|
},
|
|
},
|
|
clickChangeColor: function(index) {
|
|
clickChangeColor: function(index) {
|
|
this.changeGary = index;
|
|
this.changeGary = index;
|