|
|
|
|
@ -423,7 +423,7 @@ const handleChartClick = async (params) => {
|
|
|
|
|
} |
|
|
|
|
await getData(); |
|
|
|
|
// 覆盖 综合滿意度排名 右下角 |
|
|
|
|
let tempId = setTimeout(discovery, 300); |
|
|
|
|
// let tempId = setTimeout(discovery, 300); |
|
|
|
|
}; |
|
|
|
|
// endregion |
|
|
|
|
|
|
|
|
|
@ -753,7 +753,7 @@ async function getData() {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
// 综合满意度排名 |
|
|
|
|
GetZHMYLPM(selectYear.value, selectMonth.value).then((res) => { |
|
|
|
|
GetZHMYLPM(selectYear.value, selectMonth.value, selectOrg.value, task.value, 2).then((res) => { |
|
|
|
|
tableData1.value = res[0].lstCity |
|
|
|
|
let temp = res[0].lstSheng; |
|
|
|
|
// 返回数据数组是连着的 这里需要分组 |
|
|
|
|
|