This commit is contained in:
parent
7309fb2e71
commit
bc045ec5bc
|
@ -310,7 +310,6 @@ const setChart = () => {
|
|||
onBeforeMount(() => {
|
||||
setTimeout(() => {
|
||||
data.list1 = props.list;
|
||||
// console.log(data.list, 11111);
|
||||
getOption1();
|
||||
getOption();
|
||||
setChart();
|
||||
|
|
|
@ -846,7 +846,6 @@ const getData = async () => {
|
|||
data.ageRatio.push(res.data.rksj.nl1834Percent); //18~34岁人口占比
|
||||
data.ageRatio.push(res.data.rksj.nl3569Percent); //35~69岁人口占比
|
||||
data.ageRatio.push(res.data.rksj.nl60Percent); //60岁以上人口占比
|
||||
// console.log(data.ageRatio,666);
|
||||
// 公共服务&企业服务&政府服务
|
||||
// 医疗卫生
|
||||
// 文化事业
|
||||
|
|
Loading…
Reference in New Issue