lxh 2 tháng trước cách đây
mục cha
commit
9e778f4953
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pages/index/index.vue

+ 5 - 0
pages/index/index.vue

@@ -185,7 +185,12 @@ export default {
   watch: {
     permission: {
       handler(newV, oldV) {
+<<<<<<< HEAD
         this.PageCur = newV[0].component
+=======
+        debugger;
+        if (newV != null && newV != "") this.PageCur = newV[0].component;
+>>>>>>> 0eecb89dbe2491a293d41c60d90594fb93f14792
       },
       immediate: true,
     },