|
|
|
@ -438,7 +438,11 @@ const proTrend = ref({ |
|
|
|
|
|
|
|
|
|
|
|
// region 所有函数 |
|
|
|
// region 所有函数 |
|
|
|
const getOrganizationRankData = async (timeValue = time.value) => { |
|
|
|
const getOrganizationRankData = async (timeValue = time.value) => { |
|
|
|
const res = await getOrganizationRank(timeValue); |
|
|
|
const body = { |
|
|
|
|
|
|
|
beginTime: time.value[0], |
|
|
|
|
|
|
|
endTime: time.value[1] |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
const res = await getOrganizationRank(body); |
|
|
|
fxsjlist.value = res.fxsjlist; |
|
|
|
fxsjlist.value = res.fxsjlist; |
|
|
|
// 5, 3, 2, 1 |
|
|
|
// 5, 3, 2, 1 |
|
|
|
// console.log(fxsjlist.value); |
|
|
|
// console.log(fxsjlist.value); |
|
|
|
|