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-27 16:48:48 +0800
Commit
3919e356008355db4a97900895a6d61c58f7a94d
1 parent
631d4fa0
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/customService/promotion/partials/edit_condition.js
code/static/js.jquery/module/customService/promotion/partials/edit_condition.js
View file @
3919e35
...
...
@@ -234,6 +234,7 @@ var conditionEdit={
})
},
doSave
:
function
(
reqData
){
var
_g
=
this
;
if
(
reqData
){
common
.
util
.
__ajax2
({
url
:
"/promotion/setCondition"
,
data
:
reqData
},
function
(
rs
){
...
...
Please
register
or
login
to post a comment