赋值修改
Showing
1 changed file
with
7 additions
and
6 deletions
| ... | @@ -191,13 +191,14 @@ | ... | @@ -191,13 +191,14 @@ |
| 191 | // 该标识码继承过来 | 191 | // 该标识码继承过来 |
| 192 | let bsm = '401044005bad0557d5e3787239d8e18e'; | 192 | let bsm = '401044005bad0557d5e3787239d8e18e'; |
| 193 | queryjzd(bsm).then(res => { | 193 | queryjzd(bsm).then(res => { |
| 194 | this.jzdlist = res.result; | 194 | debugger |
| 195 | for (let i = 0; i < this.jzdlist.length; i++) { | 195 | for (let i = 0; i < res.result.length; i++) { |
| 196 | this.jzdlist[i]['isCheck'] = false; | 196 | res.result[i]['isCheck'] = false; |
| 197 | this.jzdlist[i]['iszb'] = 'readonly'; | 197 | res.result[i]['iszb'] = 'readonly'; |
| 198 | this.jzdlist[i]['jbisdisabled'] = true; | 198 | res.result[i]['jbisdisabled'] = true; |
| 199 | this.jzdlist[i]['jzdisdisabled'] = true; | 199 | res.result[i]['jzdisdisabled'] = true; |
| 200 | } | 200 | } |
| 201 | this.jzdlist = res.result; | ||
| 201 | }) | 202 | }) |
| 202 | }, | 203 | }, |
| 203 | methods: { | 204 | methods: { | ... | ... |
-
Please register or sign in to post a comment