|
|
|
@ -178,7 +178,7 @@
|
|
|
|
|
$.ajax({
|
|
|
|
|
type: "GET",
|
|
|
|
|
async: false,
|
|
|
|
|
url: '/QingLong/base/getCurrentPersonInfo?from='+from,
|
|
|
|
|
url: '/QingLong/base/getCurrentPersonInfo?from=' + from,
|
|
|
|
|
dataType: "json",
|
|
|
|
|
success: function (res) {
|
|
|
|
|
$("#personName").html(" " + res.person_name);
|
|
|
|
|