Browse Source

企业需求

luyanan 7 years ago
parent
commit
c87d59cfd4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      e/c.html

+ 2 - 2
e/c.html

@ -134,8 +134,8 @@ $(document).ready(function() {
134 134
		demandListVal = function() {
135 135
			var aimId = "demandShow"
136 136
			oAjax("/ajax/demand/pq", {
137
				"state": '2',
138
				"uid": orgId,
137
				"state": '1',
138
				"oid": orgId,
139 139
				"pageSize": 5
140 140
			}, "get", function(res) {
141 141
				console.log(JSON.stringify(res));