Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
mobi
Commits
e27b9749
Commit
e27b9749
authored
Apr 28, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
维修资金点击不了的问题
parent
cb949a94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
basicInfo.vue
src/views/houseData/basicInfo.vue
+7
-3
No files found.
src/views/houseData/basicInfo.vue
View file @
e27b9749
...
@@ -486,14 +486,18 @@ export default {
...
@@ -486,14 +486,18 @@ export default {
this
.
search
()
this
.
search
()
},
},
handleChangeZdy
(
i
,
e
){
// 自定义字段 - 搜索条件的 change
handleChangeZdy
(
i
,
e
){
// 自定义字段 - 搜索条件的 change
let
e2
=
''
console
.
log
(
i
,
e
);
if
(
Object
.
prototype
.
toString
.
call
(
e
)
==
'[object Array]'
)
{
if
(
Object
.
prototype
.
toString
.
call
(
e
)
==
'[object Array]'
)
{
e2
=
e
.
join
(
','
)
e2
=
e
.
join
(
','
)
}
else
if
(
Object
.
prototype
.
toString
.
call
(
e
)
==
'[object Object]'
)
{
}
else
if
(
Object
.
prototype
.
toString
.
call
(
e
)
==
'[object Object]'
)
{
e2
=
this
.
$moment
(
e
).
format
(
'YYYY-MM-DD'
)
e2
=
this
.
$moment
(
e
).
format
(
'YYYY-MM-DD'
)
}
}
this
.
form
.
setFieldsValue
({
// 传入的i 是i.keyCode 将form表单设置成最新的值
i
:
e2
this
.
form
.
getFieldDecorator
(
'i'
,
{
initialValue
:
e2
})
})
// this.form.setFieldsValue({ // 传入的i 是i.keyCode 将form表单设置成最新的值
// i: e2
// })
setTimeout
(()
=>
{
// 延时器,去掉会拿不到最新的value
setTimeout
(()
=>
{
// 延时器,去掉会拿不到最新的value
this
.
getList
()
this
.
getList
()
},
0
)
},
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment