Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
83f15a76
Commit
83f15a76
authored
May 08, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
89fed70d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+1
-1
scheduleInfo.vue
src/pages/scheduling/scheduleInfo.vue
+4
-0
No files found.
src/pages/scheduling/scheduleBoard.vue
View file @
83f15a76
...
...
@@ -300,7 +300,7 @@
msg
:
{
Id
:
0
,
Shift
:
0
,
PlanDate
:
""
,
//日期
PlanDate
:
""
//日期
},
checkMsg
:
{
Id
:
0
,
...
...
src/pages/scheduling/scheduleInfo.vue
View file @
83f15a76
...
...
@@ -278,6 +278,7 @@
msg
:
{
Id
:
0
,
Shift
:
0
,
DutyMan
:
0
,
PlanDate
:
""
,
//日期
HandoverList
:
[],
//交接事项列表
EmergenciesList
:
[],
//突发事项列表
...
...
@@ -310,6 +311,9 @@
this
.
msg
.
Shift
=
this
.
$route
.
query
.
Shift
;
this
.
checkMsg
.
Shift
=
this
.
$route
.
query
.
Shift
;
}
if
(
this
.
$route
.
query
.
DutyMan
){
this
.
msg
.
DutyMan
=
this
.
$route
.
query
.
DutyMan
;
}
this
.
getList
();
},
methods
:
{
...
...
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