Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment