Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
65e7a14b
...
65e7a14be6868050bc0b513ab365697bb166c622
authored
2021-05-25 17:56:27 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
0a7a1d13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
src/page/activityConfig.vue
src/page/activityConfig.vue
View file @
65e7a14
...
...
@@ -441,16 +441,20 @@
},
handleEdit
(
index
,
row
)
{
console
.
log
(
row
);
this
.
activityInfosDrawer
=
true
;
this
.
activityInfosForm
.
id
=
row
.
id
;
this
.
activityInfosForm
.
status
=
row
.
status
;
this
.
activityInfosForm
.
name
=
row
.
name
;
this
.
activityInfosForm
.
joinRoleType
=
row
.
joinRoleType
;
this
.
activityInfosForm
.
displayStartTime
=
row
.
displayStartTime
;
this
.
activityInfosForm
.
startTime
=
row
.
startTime
;
this
.
activityInfosForm
.
endTime
=
row
.
endTime
;
this
.
activityInfosForm
.
displayEndTime
=
row
.
displayEndTime
;
this
.
activityInfosForm
.
locationCodeRule
=
row
.
locationCodeRule
;
if
(
this
.
huanjing
==
'debug'
)
{
this
.
activityInfosDrawer
=
true
;
this
.
activityInfosForm
.
id
=
row
.
id
;
this
.
activityInfosForm
.
status
=
row
.
status
;
this
.
activityInfosForm
.
name
=
row
.
name
;
this
.
activityInfosForm
.
joinRoleType
=
row
.
joinRoleType
;
this
.
activityInfosForm
.
displayStartTime
=
row
.
displayStartTime
;
this
.
activityInfosForm
.
startTime
=
row
.
startTime
;
this
.
activityInfosForm
.
endTime
=
row
.
endTime
;
this
.
activityInfosForm
.
displayEndTime
=
row
.
displayEndTime
;
this
.
activityInfosForm
.
locationCodeRule
=
row
.
locationCodeRule
;
}
else
{
this
.
activityInfosDrawer
=
false
;
}
},
activityInfosFormSubmit
()
{
let
config
=
{
...
...
Please
register
or
sign in
to post a comment