Explorar el Código

Merge branch 'dev' of http://121.42.53.174:3000/jiapeng/portal-front.git into dev

luyanan %!s(int64=6) %!d(string=hace) años
padre
commit
bf8ef60904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmp-portal/js/needIssue.js

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

@ -271,7 +271,7 @@ $(document).ready(function() {
271 271
			"dataType": "json",
272 272
			"success": function(data) {
273 273
				if(data.success) {
274
					location.href = "myDemand.html";
274
					location.href = "cmp-needList.html";
275 275
				}
276 276
			},
277 277
			"error": function() {