Browse Source

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

csx 4 years ago
parent
commit
b563ce5845
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/workforce/template.vue

+ 1 - 1
src/xt_pages/workforce/template.vue View File

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