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
c059b476
Commit
c059b476
authored
Mar 02, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通用模板bug修复
parent
357936d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tableAndMut.vue
src/views/components/tableAndMut.vue
+1
-1
basicInfo.vue
src/views/houseData/basicInfo.vue
+1
-1
No files found.
src/views/components/tableAndMut.vue
View file @
c059b476
...
...
@@ -91,7 +91,7 @@ export default {
searchList
:
[],
// 动态渲染的搜索列表
keyCodeList
:
[],
// 动态搜索的keycode列表
searchParams
:
{},
// 搜索的列表
selectedRowKeys
:
[]
,
selectedRowKeys
:
[]
}
},
created
()
{
// 进页面获取数据
...
...
src/views/houseData/basicInfo.vue
View file @
c059b476
...
...
@@ -523,7 +523,7 @@ export default {
}
}
let
syncTime_betn
=
''
if
(
this
.
form
.
getFieldValue
(
'syncTime_betn'
).
length
>
1
)
{
if
(
this
.
form
.
getFieldValue
(
'syncTime_betn'
)
&&
this
.
form
.
getFieldValue
(
'syncTime_betn'
)
.
length
>
1
)
{
syncTime_betn
=
this
.
$moment
(
this
.
form
.
getFieldValue
(
'syncTime_betn'
)[
0
]).
format
(
'YYYYMMDD'
)
+
'000000'
syncTime_betn
+=
','
+
this
.
$moment
(
this
.
form
.
getFieldValue
(
'syncTime_betn'
)[
1
]).
format
(
'YYYYMMDD'
)
+
'235959'
}
...
...
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