Explorar el Código

点击跳转新窗口

jack %!s(int64=8) %!d(string=hace) años
padre
commit
a0da601b81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmp-portal/js/cmp-workspaces.js

+ 1 - 1
cmp-portal/js/cmp-workspaces.js

@ -199,6 +199,6 @@ $(document).ready(function() {
199 199
	companyDemand();
200 200
	/*跳转企业浏览页面*/
201 201
	$("#conmliu").on("click",function(){
202
		location.href="../companybrowinfor.html?orgId="+id;
202
		window.open("../companybrowinfor.html?orgId="+id);
203 203
	})
204 204
})