|
|
@ -41,8 +41,7 @@
|
|
|
|
async : false,
|
|
|
|
async : false,
|
|
|
|
url : '/QingLong/organization/getAreaInfoById?id='+data.data[0].global_value,
|
|
|
|
url : '/QingLong/organization/getAreaInfoById?id='+data.data[0].global_value,
|
|
|
|
dataType : "json",
|
|
|
|
dataType : "json",
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
console.log(data);
|
|
|
|
|
|
|
|
text="已配置使用地区:"+ data.area_name;
|
|
|
|
text="已配置使用地区:"+ data.area_name;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|