修改:共有方式、发证方式问题处理;房屋转移、更正联调
Showing
3 changed files
with
21 additions
and
13 deletions
-
Please register or sign in to post a comment
... | ... | @@ -222,6 +222,8 @@ |
...res.result, | ||
...res.result.qlxxdatas, | ||
} | ||
//初始化发证方式,1:小证,2:大正 | ||
this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs='1' : this.ruleForm.slsq.fzfs; | ||
} | ||
}); | ||
}, | ||
... | ... |