Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2016-12-13 11:07:41 +0800
Commit
8fee57154e014bc9e75f4d2310dfef79eb6b7bf1
1 parent
80333b59
use this point current object
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/customService/promotion/partials/edit_operation.js
code/static/js.jquery/module/customService/promotion/partials/edit_operation.js
View file @
8fee571
...
...
@@ -153,7 +153,7 @@ var operationEdit={
}
$
(
"#promotionType"
).
val
(
this
.
promotionType
);
_e
.
init
();
selectOneOption
(
this
.
promotionType
);
this
.
selectOneOption
(
this
.
promotionType
);
this
.
bindEvent
();
},
template
:
function
(
_htmlObj
,
_data
){
...
...
Please
register
or
login
to post a comment