2167fc9d by tianhaohao@pashanhoo.com

11

1 parent aa65852d
...@@ -198,7 +198,10 @@ ...@@ -198,7 +198,10 @@
198 this.propsParam = this.$attrs; 198 this.propsParam = this.$attrs;
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];
......