style:证书入库编辑
Showing
1 changed file
with
17 additions
and
6 deletions
... | @@ -206,12 +206,23 @@ | ... | @@ -206,12 +206,23 @@ |
206 | this.ruleForm = res.result; | 206 | this.ruleForm = res.result; |
207 | this.$refs.ruleForm.resetFields() | 207 | this.$refs.ruleForm.resetFields() |
208 | this.readOnly = false; | 208 | this.readOnly = false; |
209 | this.ruleForm.tableForm[0].ksysxlh = res.result.zsstarno; | 209 | this.ruleForm.tableForm = [ |
210 | this.ruleForm.tableForm[0].jsysxlh = res.result.zsendno; | 210 | { |
211 | this.ruleForm.tableForm[0].bs = res.result.zsnum; | 211 | ksysxlh: '', |
212 | this.ruleForm.tableForm[1].ksysxlh = res.result.zmstarno; | 212 | jsysxlh: '', |
213 | this.ruleForm.tableForm[1].jsysxlh = res.result.zmendno; | 213 | bs: 0 |
214 | this.ruleForm.tableForm[1].bs = res.result.zmnum; | 214 | }, |
215 | { | ||
216 | ksysxlh: '', | ||
217 | jsysxlh: '', | ||
218 | bs: 0 | ||
219 | } | ||
220 | ] | ||
221 | |||
222 | let zss = { ksysxlh: res.result.zsstarno, jsysxlh: res.result.zsendno, bs: res.result.zsnum, name: '不动产权证书', zslx: 1 }; | ||
223 | this.$set(this.ruleForm.tableForm, 0, zss) | ||
224 | let zms = { ksysxlh: res.result.zmstarno, jsysxlh: res.result.zmendno, bs: res.result.zmnum, name: '不动产登记证明', zslx: 2 }; | ||
225 | this.$set(this.ruleForm.tableForm, 1, zms) | ||
215 | } | 226 | } |
216 | }) | 227 | }) |
217 | }, | 228 | }, | ... | ... |
-
Please register or sign in to post a comment