Parcourir la source

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx il y a 4 ans
Parent
révision
b563ce5845
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/xt_pages/workforce/template.vue

+ 1 - 1
src/xt_pages/workforce/template.vue Voir le fichier

@@ -2134,7 +2134,7 @@
2134 2134
             for (let b = 0; b < jihaos.length; b++) {
2135 2135
               let obj = {}
2136 2136
               obj['区号'] = this.partitions[key].name
2137
-              obj['机号'] = jihaos[b].number
2137
+              obj['机号'] = jihaos[b].number.toString()
2138 2138
               list.push(obj)
2139 2139
             }
2140 2140