Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
325cd2f8
Commit
325cd2f8
authored
Nov 04, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复莫名其妙时间undefined
parent
9c88e63e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
src/pages/user/questions-answers/community.vue
src/pages/user/questions-answers/community.vue
+18
-4
No files found.
src/pages/user/questions-answers/community.vue
View file @
325cd2f8
...
@@ -226,12 +226,19 @@ export default {
...
@@ -226,12 +226,19 @@ export default {
this
.
diaDel
=
true
;
this
.
diaDel
=
true
;
},
},
getQList
()
{
getQList
()
{
console
.
log
(
this
.
search_date
);
let
query
=
{
let
query
=
{
search
:
this
.
search_ask
,
search
:
this
.
search_ask
,
style
:
3
,
style
:
3
,
create_user
:
this
.
search_user
,
create_user
:
this
.
search_user
,
start
:
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
0
]
:
""
,
start
:
end
:
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
1
]
:
""
,
this
.
search_date
&&
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
0
]
:
""
,
end
:
this
.
search_date
&&
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
1
]
:
""
,
limit
:
this
.
currentlimit
,
limit
:
this
.
currentlimit
,
page
:
this
.
currentPage
,
page
:
this
.
currentPage
,
order
:
"
created
"
,
order
:
"
created
"
,
...
@@ -244,12 +251,19 @@ export default {
...
@@ -244,12 +251,19 @@ export default {
});
});
},
},
getAList
()
{
getAList
()
{
console
.
log
(
this
.
search_date
);
let
query
=
{
let
query
=
{
search
:
this
.
search_ask
,
search
:
this
.
search_ask
,
style
:
3
,
style
:
3
,
create_user
:
this
.
search_user
,
create_user
:
this
.
search_user
,
start
:
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
0
]
:
""
,
start
:
end
:
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
1
]
:
""
,
this
.
search_date
&&
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
0
]
:
""
,
end
:
this
.
search_date
&&
this
.
search_date
.
length
!=
0
?
this
.
search_date
[
1
]
:
""
,
limit
:
this
.
currentlimit
,
limit
:
this
.
currentlimit
,
page
:
this
.
currentPage
,
page
:
this
.
currentPage
,
};
};
...
...
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