Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -256,7 +256,7 @@ export default { | ... | @@ -256,7 +256,7 @@ export default { |
| 256 | let key = index + 1 | 256 | let key = index + 1 |
| 257 | this.$set(infoRes.result, "file" + key, it.sjmc) | 257 | this.$set(infoRes.result, "file" + key, it.sjmc) |
| 258 | this.$set(infoRes.result, "file" + key + 'ys', it.ys) | 258 | this.$set(infoRes.result, "file" + key + 'ys', it.ys) |
| 259 | // this.$set(infoRes.result, "file" + key + 'xs', it.) | 259 | this.$set(infoRes.result, "file" + key + 'lx', it.sjlx==1?"原件":"复印件") |
| 260 | }) | 260 | }) |
| 261 | } | 261 | } |
| 262 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 262 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | ... | ... |
-
Please register or sign in to post a comment