98fe80fa by 杨威

宗地下新建自然幢dzbsm字段传值修改

1 parent 0ec82dee
...@@ -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 if(this.zdData.type == 'dz'){
246 this.$store.state.dzbsm = this.zdData.bsm; 247 this.$store.state.dzbsm = this.zdData.bsm;
248 }
247 }, 249 },
248 //关闭添加定着物弹框 250 //关闭添加定着物弹框
249 closeDialog() { 251 closeDialog() {
......