11
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -199,6 +199,9 @@ | ... | @@ -199,6 +199,9 @@ |
199 | getDetail(this.propsParam.bsmSldy).then((res) => { | 199 | getDetail(this.propsParam.bsmSldy).then((res) => { |
200 | if (res.code === 200 && res.result) { | 200 | if (res.code === 200 && res.result) { |
201 | that.ruleForm = res.result; | 201 | that.ruleForm = res.result; |
202 | if(res.result.wqht==null){ | ||
203 | return; | ||
204 | } | ||
202 | if(res.result.wqht.htnr!="" && res.result.wqht.htnr!=null){ | 205 | if(res.result.wqht.htnr!="" && res.result.wqht.htnr!=null){ |
203 | let htxx= JSON.parse(res.result.wqht.htnr); | 206 | let htxx= JSON.parse(res.result.wqht.htnr); |
204 | that.fwxx = htxx[0].h[0]; | 207 | that.fwxx = htxx[0].h[0]; | ... | ... |
-
Please register or sign in to post a comment