Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
lixy
vue-ssr
Commits
9db866f5
Commit
9db866f5
authored
Sep 20, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索
parent
180165a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
all.vue
pages/findList/all.vue
+5
-1
No files found.
pages/findList/all.vue
View file @
9db866f5
<
template
>
<
template
>
<div
class=
"container"
style=
"background: #fff;"
>
<div
class=
"container"
style=
"background: #fff;"
>
<menu-modal></menu-modal>
<menu-modal
v-on:childByValue =
"childByValue"
></menu-modal>
<div
class=
"main-container"
>
<div
class=
"main-container"
>
<div
class=
"wrap"
style=
"background:#fff"
>
<div
class=
"wrap"
style=
"background:#fff"
>
<div
style=
"margin: 20px 0;padding: 0"
class=
"bread-menu"
>
<div
style=
"margin: 20px 0;padding: 0"
class=
"bread-menu"
>
...
@@ -244,6 +244,10 @@ export default {
...
@@ -244,6 +244,10 @@ export default {
this
.
getAll
();
this
.
getAll
();
},
},
methods
:
{
methods
:
{
childByValue
(
e
){
this
.
listQuery
.
keyword
=
e
;
this
.
getAll
();
},
async
getAll
()
{
async
getAll
()
{
// this.listQuery.keyword = this.$route.query.keywords;
// this.listQuery.keyword = this.$route.query.keywords;
let
{
let
{
...
...
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