|
|
|
|
@ -411,7 +411,7 @@ export default { |
|
|
|
|
this.getGxzy(); |
|
|
|
|
this.getJiuCan(); |
|
|
|
|
this.getDoor(); |
|
|
|
|
this.getBaseData(); |
|
|
|
|
this.getBaseData();//基础数据查询 |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
//基础数据查询 |
|
|
|
|
@ -469,9 +469,9 @@ export default { |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
//节假日判断 |
|
|
|
|
isHolidays(this.currentDate).then((res) => { |
|
|
|
|
// isHolidays(this.currentDate).then((res) => { |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
//共享资源 |
|
|
|
|
getGxzy() { |
|
|
|
|
@ -617,6 +617,9 @@ export default { |
|
|
|
|
}, |
|
|
|
|
//园区就餐 |
|
|
|
|
getJiuCan() { |
|
|
|
|
getGardenEat(this.currentDate).then((res) => { |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
var myChart = this.$echarts.init(document.getElementById("rightBar3")); |
|
|
|
|
myChart.setOption({ |
|
|
|
|
tooltip: { |
|
|
|
|
@ -3300,7 +3303,6 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.getLZBar(this.yqPeopleData); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|