Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
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
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
daywrite
bms-vue-obear
Commits
9a983b15
Commit
9a983b15
authored
Apr 17, 2019
by
huai.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数
parent
fa5cd42b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
scheduleHome.vue
src/components/schedule_list/scheduleHome.vue
+9
-11
No files found.
src/components/schedule_list/scheduleHome.vue
View file @
9a983b15
...
@@ -144,6 +144,7 @@ export default {
...
@@ -144,6 +144,7 @@ export default {
mounted
()
{
mounted
()
{
this
.
init
()
this
.
init
()
this
.
getScheduleList
()
},
},
methods
:
{
methods
:
{
...
@@ -152,10 +153,11 @@ export default {
...
@@ -152,10 +153,11 @@ export default {
},
},
paramsFormat
(
param
)
{
paramsFormat
(
param
)
{
this
.
setParams
({
let
ret
=
this
.
setParams
({
...
this
.
form
,
...
this
.
form
,
page
:
this
.
pagenation
.
thispage
page
:
this
.
pagenation
.
thispage
},
param
)
},
param
)
this
.
getScheduleList
(
ret
)
},
},
searchKeyword
(
search
)
{
searchKeyword
(
search
)
{
...
@@ -163,19 +165,19 @@ export default {
...
@@ -163,19 +165,19 @@ export default {
},
},
updateForm
(
search
)
{
updateForm
(
search
)
{
this
.
setParams
({
let
ret
=
this
.
setParams
({
...
this
.
form
,
...
this
.
form
,
page
:
this
.
pagenation
.
thispage
page
:
this
.
pagenation
.
thispage
},
search
)
},
search
)
this
.
getScheduleList
()
this
.
getScheduleList
(
ret
)
},
},
updatePage
(
pager
)
{
updatePage
(
pager
)
{
this
.
setParams
({
let
ret
=
this
.
setParams
({
...
this
.
form
,
...
this
.
form
,
page
:
this
.
pagenation
.
thispage
page
:
this
.
pagenation
.
thispage
},
pager
)
},
pager
)
this
.
getScheduleList
()
this
.
getScheduleList
(
ret
)
},
},
getFilter
()
{
getFilter
()
{
...
@@ -221,13 +223,9 @@ export default {
...
@@ -221,13 +223,9 @@ export default {
})
})
},
},
getScheduleList
()
{
getScheduleList
(
ret
)
{
// 查询条件
// 查询条件
requestAPI
(
api
.
getScheduleList
,
ret
).
then
((
res
)
=>
{
requestAPI
(
api
.
getScheduleList
,
{
...
this
.
form
,
page
:
this
.
pagenation
.
thispage
}).
then
((
res
)
=>
{
const
{
const
{
list
=
[],
list
=
[],
pagenation
=
{},
pagenation
=
{},
...
...
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