2167fc9d by tianhaohao@pashanhoo.com

11

1 parent aa65852d
......@@ -199,6 +199,9 @@
getDetail(this.propsParam.bsmSldy).then((res) => {
if (res.code === 200 && res.result) {
that.ruleForm = res.result;
if(res.result.wqht==null){
return;
}
if(res.result.wqht.htnr!="" && res.result.wqht.htnr!=null){
let htxx= JSON.parse(res.result.wqht.htnr);
that.fwxx = htxx[0].h[0];
......