diff --git a/src/views/system/kindergartenCheckReport/index.vue b/src/views/system/kindergartenCheckReport/index.vue index 0766dd4..05ae624 100644 --- a/src/views/system/kindergartenCheckReport/index.vue +++ b/src/views/system/kindergartenCheckReport/index.vue @@ -458,6 +458,7 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { + this.$delete(this.queryParams, "kindergartenName"); this.queryParams.pageNum = 1; this.info(); }, diff --git a/src/views/system/kindergartenEcharts/index.vue b/src/views/system/kindergartenEcharts/index.vue index 72861db..8ddb106 100644 --- a/src/views/system/kindergartenEcharts/index.vue +++ b/src/views/system/kindergartenEcharts/index.vue @@ -236,8 +236,7 @@
= - 综合得分({{ totalAvgFraction }}) - + 综合得分({{ totalAvgFractionMALE }}) = - 综合得分({{ totalAvgFraction }}) + 综合得分({{ totalAvgFractionFEMALE }}) { + this.$nextTick(e => { var myEhart = document.getElementsByClassName("chart"); for (let k = 0; k < this.classconstitutionlist.length; k++) { var yseries = []; @@ -985,7 +984,7 @@ export default { }; myChart.setOption(option, true); } - }, 2000); + }); }, // developmentinfo() { @@ -1135,7 +1134,7 @@ export default { if (res.data == [] || !res.data) { this.MALE = false; } else { - this.totalAvgFraction = res.data.totalAvgFraction; + this.totalAvgFractionMALE = res.data.totalAvgFraction; this.categoryTableNameListMALE = res.data.categoryTableNameList; this.categoryAgeFractionListMALE = res.data.categoryAgeFractionList; this.categoryScoreListMALE = res.data.categoryScoreList;