LIPENGTAO1313 vor 6 Jahren
Ursprung
Commit
f44dfb4fd1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      cmp-portal/js/needIssue.js

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

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