添加选择单元变更类型赋值
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -171,6 +171,7 @@ | ... | @@ -171,6 +171,7 @@ |
171 | val.forEach((item, index) => { | 171 | val.forEach((item, index) => { |
172 | item.bsmSsql = item.bsmQlxx; | 172 | item.bsmSsql = item.bsmQlxx; |
173 | item.ybdcqzsh = item.bdcqzh; | 173 | item.ybdcqzsh = item.bdcqzh; |
174 | item.bglx="1"; | ||
174 | }); | 175 | }); |
175 | this.bdcdysz = val; | 176 | this.bdcdysz = val; |
176 | }, | 177 | }, | ... | ... |
-
Please register or sign in to post a comment