main
kgdxpr 1 year ago
parent be5b0f1e80
commit 129d9c7868

@ -137,6 +137,21 @@
}
});
$.ajax({
type: "GET",
async: false,
url: "/QingLong/zbdc/getCurrentPersonAreaInfo",
success: function (res) {
if (res.shi_master != 1) {
$("#xzqhId").val(res.area_id);
$("#xzqhId").prop('disabled', true);
}
}
});
$.ajax({
type: "GET",
async: false,

Loading…
Cancel
Save