004f9ae8 by zhaoqian

多幢联调页面调整

1 parent 8a7818df
...@@ -33,5 +33,9 @@ let bdcLxArray = [ ...@@ -33,5 +33,9 @@ let bdcLxArray = [
33 label: "户", 33 label: "户",
34 value: "h", 34 value: "h",
35 }, 35 },
36 {
37 label: "多幢",
38 value: "dz",
39 },
36 ]; 40 ];
37 createFilter("bdcLxFilter", bdcLxArray); 41 createFilter("bdcLxFilter", bdcLxArray);
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -285,6 +285,7 @@ export default { ...@@ -285,6 +285,7 @@ export default {
285 //todo 在新增时,如果是点击顶部新建里面的自然幢则不传zdbsm 如果是点击右键里面的添加定着物则传zdbsm 285 //todo 在新增时,如果是点击顶部新建里面的自然幢则不传zdbsm 如果是点击右键里面的添加定着物则传zdbsm
286 this.$refs['ruleForm2'].validate((valid) => { 286 this.$refs['ruleForm2'].validate((valid) => {
287 if (valid) { 287 if (valid) {
288 this.ruleForm2.zdbsm = this.$store.state.rightClickZdbsm != '' ? this.$store.state.rightClickZdbsm : '';
288 insertDzjbxx(this.ruleForm2) 289 insertDzjbxx(this.ruleForm2)
289 .then((res) => { 290 .then((res) => {
290 if (res.code == "200") { 291 if (res.code == "200") {
......