main
kgdxpr 1 year ago
parent f465f78cc3
commit 9394006b98

@ -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;
} }
}); });

Loading…
Cancel
Save