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
Anthony
2016-09-07 13:07:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1f72d1ae4a1f9ce5064da964f949dd3e2b83dc4
d1f72d1a
1 parent
a8125660
模块化
Show 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 @
d1f72d1
...
...
@@ -109,5 +109,5 @@
<div class="addNet"></div>
</div>
</div>
<script type="text/javascript">require(["accountset/detail"],function(
page){var a="${actId}";var b="${actCode}";var c = "${usId}";page.init(a,b,c
);});
<script type="text/javascript">require(["accountset/detail"],function(
accountsetdetail){ accountsetdetail.a="${actId}"; accountsetdetail.b="${actCode}"; accountsetdetail.c = "${usId}";new accountsetdetail(
);});
</script>
...
...
Please
register
or
login
to post a comment