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
4bfcfc74
authored
2021-01-04 18:58:35 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
518867b0
57288454
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 @
4bfcfc7
...
...
@@ -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