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
af8f4d67
Commit
af8f4d67
authored
Apr 25, 2019
by
huai.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
a678a008
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
14 deletions
+20
-14
scheduleModal.vue
src/components/schedule/scheduleModal.vue
+7
-1
vupVueSdk.js
static/vupVueSdk.js
+12
-12
vupVueSdk.js.map
static/vupVueSdk.js.map
+1
-1
No files found.
src/components/schedule/scheduleModal.vue
View file @
af8f4d67
<
template
>
<section>
<sidePopup
ref=
"scheduleSidePopup"
title=
"新建待办事项"
:width=
"40"
>
<sidePopup
ref=
"scheduleSidePopup"
title=
"新建待办事项"
:width=
"40"
@
update:close=
"() => btnClose()"
>
<ScheduleForm
:model=
"model"
>
</ScheduleForm>
...
...
@@ -59,6 +59,12 @@ export default {
this
.
$refs
.
scheduleSidePopup
.
close
()
},
btnClose
()
{
debugger
Object
.
keys
(
this
.
model
).
forEach
(
item
=>
{
this
.
model
[
item
]
=
''
})
},
save
()
{
let
_params
=
Object
.
assign
({},
setModule
(
this
.
model
,
'Schedules'
))
let
_apiUrl
=
!
this
.
model
.
id
?
api
.
saveNewSchedule
:
api
.
saveEditSchedule
...
...
static/vupVueSdk.js
View file @
af8f4d67
This diff is collapsed.
Click to expand it.
static/vupVueSdk.js.map
View file @
af8f4d67
This diff is collapsed.
Click to expand it.
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