28169 hace 1 año
padre
commit
d6530b2ee0
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      src/xt_pages/user/Sitemap.vue

+ 10 - 0
src/xt_pages/user/Sitemap.vue Ver fichero

@@ -1096,12 +1096,22 @@ export default{
1096 1096
             this.A_left = sitemap.a_left
1097 1097
             this.V_left = sitemap.v_left
1098 1098
             this.A_right = []
1099
+            
1099 1100
             for(let i=0;i<sitemap.DeviceValsualALeft.length;i++){
1100 1101
              
1101 1102
               sitemap.DeviceValsualALeft[i].markNum =  sitemap.DeviceValsualALeft[i].mark_num
1102 1103
 
1103 1104
               this.A_right.push(sitemap.DeviceValsualALeft[i])
1104 1105
             }
1106
+
1107
+            this.V_right = []
1108
+            
1109
+            for(let i=0;i<sitemap.DeviceValsualALeft.length;i++){
1110
+             
1111
+              sitemap.XtDeviceValsualVLeft[i].markNum =  sitemap.XtDeviceValsualVLeft[i].mark_num
1112
+
1113
+              this.V_right.push(sitemap.XtDeviceValsualVLeft[i])
1114
+            }
1105 1115
            
1106 1116
             this.fuzhuA = []
1107 1117
             for(let i=0;i<sitemap.DeviceValsualFuzhuA.length;i++){