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-08 08:44:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3dd3871377b2c41622de5517aeb703d301050865
3dd38713
1 parent
99b3146a
accountset 改引用入口
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 @
3dd3871
...
...
@@ -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