宗地下新建自然幢dzbsm字段传值修改
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -243,7 +243,9 @@ export default { | ... | @@ -243,7 +243,9 @@ export default { |
243 | console.log(this.zdData,'this.zdData'); | 243 | console.log(this.zdData,'this.zdData'); |
244 | this.dialogVisible = true; | 244 | this.dialogVisible = true; |
245 | this.$store.state.zdbsm = this.zdData.zdbsm; | 245 | this.$store.state.zdbsm = this.zdData.zdbsm; |
246 | this.$store.state.dzbsm = this.zdData.bsm; | 246 | if(this.zdData.type == 'dz'){ |
247 | this.$store.state.dzbsm = this.zdData.bsm; | ||
248 | } | ||
247 | }, | 249 | }, |
248 | //关闭添加定着物弹框 | 250 | //关闭添加定着物弹框 |
249 | closeDialog() { | 251 | closeDialog() { | ... | ... |
-
Please register or sign in to post a comment