Toggle navigation
Toggle navigation
This project
Loading...
Sign in
runsa
/
crm
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
Authored by
Jun
2016-09-08 10:33:10 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d268fd93c3402f7d545efb1c537980d1bd2452cf
d268fd93
2 parents
534d1806
3dd38713
Merge branch 'master' of 58.216.158.26:runsa/crm
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
portal/portal.web/src/main/webapp/WEB-INF/views/accountset/detail.jsp
portal/portal.web/src/main/webapp/WEB-INF/views/accountset/detail.jsp
View file @
d268fd9
...
...
@@ -109,5 +109,5 @@
<div class="addNet"></div>
</div>
</div>
<script type="text/javascript">require(["accountset/detail"],function(
accountsetdetail){ accountsetdetail.a="${actId}"; accountsetdetail.b="${actCode}"; accountsetdetail.c = "${usId}";new accountsetdetail(
);});
<script type="text/javascript">require(["accountset/detail"],function(
page){ var a="${actId}"; var b="${actCode}"; var c = "${usId}";page.init(a,b,c
);});
</script>
...
...
Please
register
or
login
to post a comment