4bfcfc74 by 焦泽平
2 parents 518867b0 57288454
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
11 maxlength="28" 11 maxlength="28"
12 v-model="bdcdyh" 12 v-model="bdcdyh"
13 :style="{ width: inputWidth + 'px' }" 13 :style="{ width: inputWidth + 'px' }"
14 @change="inputChange"
15 class="searchInput" 14 class="searchInput"
16 placeholder="输入不动产单元号或室号" 15 placeholder="输入不动产单元号或室号"
17 ><i 16 ><i
...@@ -578,6 +577,7 @@ export default { ...@@ -578,6 +577,7 @@ export default {
578 // this.inputWidth = 74; 577 // this.inputWidth = 74;
579 // }, 578 // },
580 inputChange() { 579 inputChange() {
580 console.log(this.bdcdyh,'this.bdcdyh');
581 if (this.bdcdyh != "") { 581 if (this.bdcdyh != "") {
582 // console.log("查询" + this.bdcdyh); 582 // console.log("查询" + this.bdcdyh);
583 this.$refs.lpbContent.lpbDataMap(this.bdcdyh); 583 this.$refs.lpbContent.lpbDataMap(this.bdcdyh);
......