Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
57288454
authored
2021-01-04 18:52:11 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表根据不动产单元号或室号定位户问题修改
1 parent
c33d7336
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
5728845
...
...
@@ -11,7 +11,6 @@
maxlength=
"28"
v-model=
"bdcdyh"
:style=
"
{ width: inputWidth + 'px' }"
@change="inputChange"
class="searchInput"
placeholder="输入不动产单元号或室号"
>
<i
...
...
@@ -578,6 +577,7 @@ export default {
// this.inputWidth = 74;
// },
inputChange
()
{
console
.
log
(
this
.
bdcdyh
,
'this.bdcdyh'
);
if
(
this
.
bdcdyh
!=
""
)
{
// console.log("查询" + this.bdcdyh);
this
.
$refs
.
lpbContent
.
lpbDataMap
(
this
.
bdcdyh
);
...
...
Please
register
or
sign in
to post a comment