test_user 2 years ago
parent
commit
d53b23e30d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/workforce/components/tableData.vue

+ 1 - 1
src/xt_pages/workforce/components/tableData.vue View File

@@ -3188,7 +3188,7 @@ export default {
3188 3188
 
3189 3189
           // }
3190 3190
           // this.zone_names=devices[0];
3191
-          this.zone_name = (devices[0].zone_name)
3191
+          this.zone_name = (devices[0].zone_id)
3192 3192
           this.device_id = devices[0].id
3193 3193
         }
3194 3194
       });