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
Plain Diff
Browse Files
Authored by
马力
2017-01-13 14:41:34 +0800
Commit
01172361f288754666490ee60350d999acdef40b
2 parents
d58e18cb
aea9dc0e
Merge branch 'dev_5.4_模特' into test5.4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
code/static/js.jquery/module/shootMeter/Model/Index.js
code/static/js.jquery/module/shootMeter/TryModel/Index.js
code/static/js.jquery/module/shootMeter/Model/Index.js
View file @
0117236
...
...
@@ -204,7 +204,10 @@ var Bll = {
}
},
{
value
:
"取消"
,
css
:
"btn"
css
:
"btn"
,
callback
:
function
()
{
g
.
reload
(
1
);
//重新加载界面
}
}]
});
Bll
.
__editRender
();
...
...
code/static/js.jquery/module/shootMeter/TryModel/Index.js
View file @
0117236
...
...
@@ -153,7 +153,10 @@ var Bll = {
}
},
{
value
:
"取消"
,
css
:
"btn"
css
:
"btn"
,
callback
:
function
()
{
g
.
reload
(
1
);
//重新加载界面
}
}]
});
Bll
.
__editRender
();
...
...
Please
register
or
login
to post a comment