Browse Source

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

luyanan 6 years ago
parent
commit
bf8ef60904
1 changed files with 1 additions and 1 deletions
  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() {