17a76300 by renchao@pashanhoo.com

style:持证人

1 parent 154a9c78
...@@ -255,11 +255,12 @@ ...@@ -255,11 +255,12 @@
255 ...res.result, 255 ...res.result,
256 ...res.result.qlxxdatas, 256 ...res.result.qlxxdatas,
257 }; 257 };
258 //初始化发证方式,1:小证,2:大正
259 this.ruleForm.slsq.fzfs == null
260 ? (this.ruleForm.slsq.fzfs = "1")
261 : this.ruleForm.slsq.fzfs;
262 this.czrOptions = this.ruleForm.qlrList; 258 this.czrOptions = this.ruleForm.qlrList;
259 this.ruleForm.qlrList.forEach((item, index) => {
260 if (item.sfczr == 1) {
261 this.$set(this.ruleForm, "czr", item.zjh)
262 }
263 })
263 } 264 }
264 }); 265 });
265 }, 266 },
......