Browse Source

职称职位修改之后的刷新

luyanan 7 years ago
parent
commit
0177a58069
1 changed files with 18 additions and 4 deletions
  1. 18 4
      js/information.js

+ 18 - 4
js/information.js

@ -135,8 +135,7 @@ $(function() {
135 135
					$(".StopMonth").next(".mr_calendar_ym").find(".mr_year li:first-child").before('<li class="ymli">至今</li>');
136 136
					$("#eduUl").find(".full_year li:first-child").before('<li class="ymli">至今</li>');
137 137
					month();
138
					
139
					
138
						
140 139
				}
141 140
			}
142 141
		});
@ -174,7 +173,6 @@ $(function() {
174 173
		} else {
175 174
			personUpdata();
176 175
		}
177
		getInfo(userid);
178 176
	});
179 177
	function upStatus() {
180 178
		$.ajax({
@ -260,7 +258,23 @@ $(function() {
260 258
												proOther = $info.orgName + "," + $info.department
261 259
											}
262 260
										}else{
263
											proOther = $info.orgName
261
											if($info.office){
262
												proOther = $info.orgName +"," + $info.office
263
											}else{
264
												proOther = $info.orgName
265
											}
266
										}
267
									}else{
268
										if($info.department){
269
											if($info.office){
270
												proOther =  $info.department + "," + $info.office
271
											}else{
272
												proOther =  $info.department
273
											}
274
										}else{
275
											if($info.office){
276
												proOther = $info.office
277
											}
264 278
										}
265 279
									}
266 280
									$("#proOther").text(proOther);